Html Css Color HEX #CAFA12 Electric Lime

📋 copy color: '#CAFA12'

red 202 ◦ green 250 ◦ blue 18

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

Shades of Electric Lime #CAFA12

Tints of Electric Lime #CAFA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.19%

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

R = 42.98%
G = 53.19%
B = 3.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CAFA12 (or 0xCAFA12) is known color: Electric Lime. HEX triplet: CA, FA and 12. RGB value is (202,250,18). Sum of RGB (Red+Green+Blue) = 202+250+18=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA12 is #3505ED. Grayscale: #D2D2D2. Windows color (decimal): -3474926 or 1243850. OLE color: 1243850.

HSL color Cylindrical-coordinate representation of color #CAFA12: hue angle of 72.41º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAFA12 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 18 -
CMYK 0.19 0 0.93 0.02
HSL 72.41º 0.96% 0.53% -
HSV(B) 72.41º 0.93% 0.98% -
XYZ 58.65 80.97 13.11 -
YUV 209.2 20.1 122.86 -
System Red Green Blue C M Y K H S L
Decimal 202 250 18 0.19 0 0.93 0.02 72.41 0.96 0.53
Hex CA FA 12 13 0 5D 2 48 60 35
Octal 312 372 22 23 0 135 2 110 140 65
Binary 11001010 11111010 10010 10011 0 1011101 10 1001000 1100000 110101

Color Harmonies of #CAFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA12

Black with #CAFA12

Text Example


Text Example

White with #CAFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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