Html Css Color HEX #CBEA08 Electric Lime

📋 copy color: '#CBEA08'

red 203 ◦ green 234 ◦ blue 8

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

Shades of Electric Lime #CBEA08

Tints of Electric Lime #CBEA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.8%

R = 45.62%
G = 52.58%
B = 1.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#CBEA08 (or 0xCBEA08) is known color: Electric Lime. HEX triplet: CB, EA and 08. RGB value is (203,234,8). Sum of RGB (Red+Green+Blue) = 203+234+8=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA08 is #3415F7. Grayscale: #C7C7C7. Windows color (decimal): -3413496 or 584395. OLE color: 584395.

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

Color convert

RGB 203 234 8 -
CMYK 0.13 0 0.97 0.08
HSL 68.23º 0.93% 0.47% -
HSV(B) 68.23º 0.97% 0.92% -
XYZ 54.1 71.56 11.19 -
YUV 198.97 20.23 130.88 -
System Red Green Blue C M Y K H S L
Decimal 203 234 8 0.13 0 0.97 0.08 68.23 0.93 0.47
Hex CB EA 8 D 0 61 8 44 5D 2F
Octal 313 352 10 15 0 141 10 104 135 57
Binary 11001011 11101010 1000 1101 0 1100001 1000 1000100 1011101 101111

Color Harmonies of #CBEA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA08

Black with #CBEA08

Text Example


Text Example

White with #CBEA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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