Html Css Color HEX #CAFC0C Electric Lime

📋 copy color: '#CAFC0C'

red 202 ◦ green 252 ◦ blue 12

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

Shades of Electric Lime #CAFC0C

Tints of Electric Lime #CAFC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.08%

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 43.35%
G = 54.08%
B = 2.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#CAFC0C (or 0xCAFC0C) is known color: Electric Lime. HEX triplet: CA, FC and 0C. RGB value is (202,252,12). Sum of RGB (Red+Green+Blue) = 202+252+12=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFC0C is #3503F3. Grayscale: #D2D2D2. Windows color (decimal): -3474420 or 851146. OLE color: 851146.

HSL color Cylindrical-coordinate representation of color #CAFC0C: hue angle of 72.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAFC0C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 252 12 -
CMYK 0.20 0 0.95 0.01
HSL 72.5º 0.98% 0.52% -
HSV(B) 72.5º 0.95% 0.99% -
XYZ 59.23 82.2 13.09 -
YUV 209.69 16.44 122.51 -
System Red Green Blue C M Y K H S L
Decimal 202 252 12 0.20 0 0.95 0.01 72.5 0.98 0.52
Hex CA FC C 14 0 5F 1 48 62 34
Octal 312 374 14 24 0 137 1 110 142 64
Binary 11001010 11111100 1100 10100 0 1011111 1 1001000 1100010 110100

Color Harmonies of #CAFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFC0C

Black with #CAFC0C

Text Example


Text Example

White with #CAFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFC0C; }

 p { color: rgb(202,252,12); }

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

background-color css

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

 a { background-color: rgb(202,252,12); }

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

border-color css

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

 span { border-color: rgb(202,252,12); }

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