Html Css Color HEX #CAF612 Electric Lime

📋 copy color: '#CAF612'

red 202 ◦ green 246 ◦ blue 18

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

Shades of Electric Lime #CAF612

Tints of Electric Lime #CAF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.79%

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

R = 43.35%
G = 52.79%
B = 3.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CAF612 (or 0xCAF612) is known color: Electric Lime. HEX triplet: CA, F6 and 12. RGB value is (202,246,18). Sum of RGB (Red+Green+Blue) = 202+246+18=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF612 is #3509ED. Grayscale: #CFCFCF. Windows color (decimal): -3475950 or 1242826. OLE color: 1242826.

HSL color Cylindrical-coordinate representation of color #CAF612: hue angle of 71.58º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAF612 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 18 -
CMYK 0.18 0 0.93 0.04
HSL 71.58º 0.93% 0.52% -
HSV(B) 71.58º 0.93% 0.96% -
XYZ 57.42 78.51 12.7 -
YUV 206.85 21.42 124.54 -
System Red Green Blue C M Y K H S L
Decimal 202 246 18 0.18 0 0.93 0.04 71.58 0.93 0.52
Hex CA F6 12 12 0 5D 4 48 5D 34
Octal 312 366 22 22 0 135 4 110 135 64
Binary 11001010 11110110 10010 10010 0 1011101 100 1001000 1011101 110100

Color Harmonies of #CAF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF612

Black with #CAF612

Text Example


Text Example

White with #CAF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF612; }

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

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

background-color css

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

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

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

border-color css

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

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

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