Html Css Color HEX #CAFB0C Electric Lime

📋 copy color: '#CAFB0C'

red 202 ◦ green 251 ◦ blue 12

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

Shades of Electric Lime #CAFB0C

Tints of Electric Lime #CAFB0C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.98%

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

R = 43.44%
G = 53.98%
B = 2.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CAFB0C (or 0xCAFB0C) is known color: Electric Lime. HEX triplet: CA, FB and 0C. RGB value is (202,251,12). Sum of RGB (Red+Green+Blue) = 202+251+12=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFB0C is #3504F3. Grayscale: #D2D2D2. Windows color (decimal): -3474676 or 850890. OLE color: 850890.

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

Color convert

RGB 202 251 12 -
CMYK 0.20 0 0.95 0.02
HSL 72.3º 0.97% 0.52% -
HSV(B) 72.3º 0.95% 0.98% -
XYZ 58.92 81.58 12.99 -
YUV 209.1 16.77 122.93 -
System Red Green Blue C M Y K H S L
Decimal 202 251 12 0.20 0 0.95 0.02 72.3 0.97 0.52
Hex CA FB C 14 0 5F 2 48 61 34
Octal 312 373 14 24 0 137 2 110 141 64
Binary 11001010 11111011 1100 10100 0 1011111 10 1001000 1100001 110100

Color Harmonies of #CAFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFB0C

Black with #CAFB0C

Text Example


Text Example

White with #CAFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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