Html Css Color HEX #CAFA15 Electric Lime

📋 copy color: '#CAFA15'

red 202 ◦ green 250 ◦ blue 21

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

Shades of Electric Lime #CAFA15

Tints of Electric Lime #CAFA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.44%

R = 42.71%
G = 52.85%
B = 4.44%

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

#CAFA15 (or 0xCAFA15) is known color: Electric Lime. HEX triplet: CA, FA and 15. RGB value is (202,250,21). Sum of RGB (Red+Green+Blue) = 202+250+21=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA15 is #3505EA. Grayscale: #D2D2D2. Windows color (decimal): -3474923 or 1440458. OLE color: 1440458.

HSL color Cylindrical-coordinate representation of color #CAFA15: hue angle of 72.58º 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 #CAFA15 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 21 -
CMYK 0.19 0 0.92 0.02
HSL 72.58º 0.96% 0.53% -
HSV(B) 72.58º 0.92% 0.98% -
XYZ 58.68 80.98 13.25 -
YUV 209.54 21.6 122.62 -
System Red Green Blue C M Y K H S L
Decimal 202 250 21 0.19 0 0.92 0.02 72.58 0.96 0.53
Hex CA FA 15 13 0 5C 2 49 60 35
Octal 312 372 25 23 0 134 2 111 140 65
Binary 11001010 11111010 10101 10011 0 1011100 10 1001001 1100000 110101

Color Harmonies of #CAFA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA15

Black with #CAFA15

Text Example


Text Example

White with #CAFA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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