Html Css Color HEX #CBEA05 Electric Lime

📋 copy color: '#CBEA05'

red 203 ◦ green 234 ◦ blue 5

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

Shades of Electric Lime #CBEA05

Tints of Electric Lime #CBEA05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.13%

R = 45.93%
G = 52.94%
B = 1.13%

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

#CBEA05 (or 0xCBEA05) is known color: Electric Lime. HEX triplet: CB, EA and 05. RGB value is (203,234,5). Sum of RGB (Red+Green+Blue) = 203+234+5=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA05 is #3415FA. Grayscale: #C7C7C7. Windows color (decimal): -3413499 or 387787. OLE color: 387787.

HSL color Cylindrical-coordinate representation of color #CBEA05: hue angle of 68.12º degrees, saturation: 0.96, 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 #CBEA05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 5 -
CMYK 0.13 0 0.98 0.08
HSL 68.12º 0.96% 0.47% -
HSV(B) 68.12º 0.98% 0.92% -
XYZ 54.08 71.55 11.1 -
YUV 198.63 18.73 131.12 -
System Red Green Blue C M Y K H S L
Decimal 203 234 5 0.13 0 0.98 0.08 68.12 0.96 0.47
Hex CB EA 5 D 0 62 8 44 60 2F
Octal 313 352 5 15 0 142 10 104 140 57
Binary 11001011 11101010 101 1101 0 1100010 1000 1000100 1100000 101111

Color Harmonies of #CBEA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA05

Black with #CBEA05

Text Example


Text Example

White with #CBEA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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