Html Css Color HEX #CBEA04 Electric Lime

📋 copy color: '#CBEA04'

red 203 ◦ green 234 ◦ blue 4

#CBEA04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CBEA04

Tints of Electric Lime #CBEA04

RGB

 RED value IS 203 (79.69% from 255) = 46.03%

 GREEN value IS 234 (91.8% from 255) = 53.06%

 BLUE value IS 4 (1.95% from 255) = 0.91%

R = 46.03%
G = 53.06%
B = 0.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBEA04 (or 0xCBEA04) is known color: Electric Lime. HEX triplet: CB, EA and 04. RGB value is (203,234,4). Sum of RGB (Red+Green+Blue) = 203+234+4=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA04 is #3415FB. Grayscale: #C7C7C7. Windows color (decimal): -3413500 or 322251. OLE color: 322251.

HSL color Cylindrical-coordinate representation of color #CBEA04: hue angle of 68.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBEA04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 4 -
CMYK 0.13 0 0.98 0.08
HSL 68.09º 0.97% 0.47% -
HSV(B) 68.09º 0.98% 0.92% -
XYZ 54.07 71.55 11.08 -
YUV 198.51 18.23 131.2 -
System Red Green Blue C M Y K H S L
Decimal 203 234 4 0.13 0 0.98 0.08 68.09 0.97 0.47
Hex CB EA 4 D 0 62 8 44 61 2F
Octal 313 352 4 15 0 142 10 104 141 57
Binary 11001011 11101010 100 1101 0 1100010 1000 1000100 1100001 101111

Color Harmonies of #CBEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA04

Black with #CBEA04

Text Example


Text Example

White with #CBEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA04; }

 p { color: rgb(203,234,4); }

 H1.HeaderClassName
 {
   color: #CBEA04;
 }
 .AnyTagClassName
 {
   color: #CBEA04;
 }
</style>

background-color css

<style>
 a { background-color: #CBEA04; }

 a { background-color: rgb(203,234,4); }

 div.DivClassName
 {
   background-color: #CBEA04;
 }
 .BgClassName
 {
   background-color: #CBEA04;
 }
</style>

border-color css

<style>
 span { border-color: #CBEA04; }

 span { border-color: rgb(203,234,4); }

 td.TdClassName
 {
   border-color: #CBEA04;
 }
 .TagClassName
 {
   border-color: #CBEA04;
 }
</style>