Html Css Color HEX #CAE608 Electric Lime

📋 copy color: '#CAE608'

red 202 ◦ green 230 ◦ blue 8

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

Shades of Electric Lime #CAE608

Tints of Electric Lime #CAE608

RGB

 RED value IS 202 (79.3% from 255) = 45.91%

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

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

R = 45.91%
G = 52.27%
B = 1.82%

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

#CAE608 (or 0xCAE608) is known color: Electric Lime. HEX triplet: CA, E6 and 08. RGB value is (202,230,8). Sum of RGB (Red+Green+Blue) = 202+230+8=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE608 is #3519F7. Grayscale: #C5C5C5. Windows color (decimal): -3480056 or 583370. OLE color: 583370.

HSL color Cylindrical-coordinate representation of color #CAE608: hue angle of 67.57º 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 #CAE608 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 8 -
CMYK 0.12 0 0.97 0.10
HSL 67.57º 0.93% 0.47% -
HSV(B) 67.57º 0.97% 0.9% -
XYZ 52.7 69.17 10.8 -
YUV 196.32 21.72 132.05 -
System Red Green Blue C M Y K H S L
Decimal 202 230 8 0.12 0 0.97 0.10 67.57 0.93 0.47
Hex CA E6 8 C 0 61 A 44 5D 2F
Octal 312 346 10 14 0 141 12 104 135 57
Binary 11001010 11100110 1000 1100 0 1100001 1010 1000100 1011101 101111

Color Harmonies of #CAE608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE608

Black with #CAE608

Text Example


Text Example

White with #CAE608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE608; }

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

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

background-color css

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

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

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

border-color css

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

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

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