Html Css Color HEX #CAFA14 Electric Lime

📋 copy color: '#CAFA14'

red 202 ◦ green 250 ◦ blue 20

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

Shades of Electric Lime #CAFA14

Tints of Electric Lime #CAFA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.24%

R = 42.8%
G = 52.97%
B = 4.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CAFA14 (or 0xCAFA14) is known color: Electric Lime. HEX triplet: CA, FA and 14. RGB value is (202,250,20). Sum of RGB (Red+Green+Blue) = 202+250+20=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA14 is #3505EB. Grayscale: #D2D2D2. Windows color (decimal): -3474924 or 1374922. OLE color: 1374922.

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

Color convert

RGB 202 250 20 -
CMYK 0.19 0 0.92 0.02
HSL 72.52º 0.96% 0.53% -
HSV(B) 72.52º 0.92% 0.98% -
XYZ 58.67 80.98 13.2 -
YUV 209.43 21.1 122.7 -
System Red Green Blue C M Y K H S L
Decimal 202 250 20 0.19 0 0.92 0.02 72.52 0.96 0.53
Hex CA FA 14 13 0 5C 2 49 60 35
Octal 312 372 24 23 0 134 2 111 140 65
Binary 11001010 11111010 10100 10011 0 1011100 10 1001001 1100000 110101

Color Harmonies of #CAFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA14

Black with #CAFA14

Text Example


Text Example

White with #CAFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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