Html Css Color HEX #CBE608 Electric Lime

📋 copy color: '#CBE608'

red 203 ◦ green 230 ◦ blue 8

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

Shades of Electric Lime #CBE608

Tints of Electric Lime #CBE608

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.15%

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

R = 46.03%
G = 52.15%
B = 1.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#CBE608 (or 0xCBE608) is known color: Electric Lime. HEX triplet: CB, E6 and 08. RGB value is (203,230,8). Sum of RGB (Red+Green+Blue) = 203+230+8=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE608 is #3419F7. Grayscale: #C5C5C5. Windows color (decimal): -3414520 or 583371. OLE color: 583371.

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

Color convert

RGB 203 230 8 -
CMYK 0.12 0 0.97 0.10
HSL 67.3º 0.93% 0.47% -
HSV(B) 67.3º 0.97% 0.9% -
XYZ 52.97 69.31 10.82 -
YUV 196.62 21.55 132.55 -
System Red Green Blue C M Y K H S L
Decimal 203 230 8 0.12 0 0.97 0.10 67.3 0.93 0.47
Hex CB E6 8 C 0 61 A 43 5D 2F
Octal 313 346 10 14 0 141 12 103 135 57
Binary 11001011 11100110 1000 1100 0 1100001 1010 1000011 1011101 101111

Color Harmonies of #CBE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE608

Black with #CBE608

Text Example


Text Example

White with #CBE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE608; }

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

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

background-color css

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

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

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

border-color css

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

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

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