Html Css Color HEX #CAF812 Electric Lime

📋 copy color: '#CAF812'

red 202 ◦ green 248 ◦ blue 18

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

Shades of Electric Lime #CAF812

Tints of Electric Lime #CAF812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.99%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 43.16%
G = 52.99%
B = 3.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#CAF812 (or 0xCAF812) is known color: Electric Lime. HEX triplet: CA, F8 and 12. RGB value is (202,248,18). Sum of RGB (Red+Green+Blue) = 202+248+18=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF812 is #3507ED. Grayscale: #D0D0D0. Windows color (decimal): -3475438 or 1243338. OLE color: 1243338.

HSL color Cylindrical-coordinate representation of color #CAF812: hue angle of 72º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF812 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 18 -
CMYK 0.19 0 0.93 0.03
HSL 72º 0.94% 0.52% -
HSV(B) 72º 0.93% 0.97% -
XYZ 58.03 79.74 12.9 -
YUV 208.03 20.76 123.7 -
System Red Green Blue C M Y K H S L
Decimal 202 248 18 0.19 0 0.93 0.03 72 0.94 0.52
Hex CA F8 12 13 0 5D 3 48 5E 34
Octal 312 370 22 23 0 135 3 110 136 64
Binary 11001010 11111000 10010 10011 0 1011101 11 1001000 1011110 110100

Color Harmonies of #CAF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF812

Black with #CAF812

Text Example


Text Example

White with #CAF812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF812; }

 p { color: rgb(202,248,18); }

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

background-color css

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

 a { background-color: rgb(202,248,18); }

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

border-color css

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

 span { border-color: rgb(202,248,18); }

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