Html Css Color HEX #CAFA19 Electric Lime

📋 copy color: '#CAFA19'

red 202 ◦ green 250 ◦ blue 25

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

Shades of Electric Lime #CAFA19

Tints of Electric Lime #CAFA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.24%

R = 42.35%
G = 52.41%
B = 5.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#CAFA19 (or 0xCAFA19) is known color: Electric Lime. HEX triplet: CA, FA and 19. RGB value is (202,250,25). Sum of RGB (Red+Green+Blue) = 202+250+25=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFA19 is #3505E6. Grayscale: #D2D2D2. Windows color (decimal): -3474919 or 1702602. OLE color: 1702602.

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

Color convert

RGB 202 250 25 -
CMYK 0.19 0 0.9 0.02
HSL 72.8º 0.96% 0.54% -
HSV(B) 72.8º 0.9% 0.98% -
XYZ 58.72 81 13.46 -
YUV 210 23.6 122.3 -
System Red Green Blue C M Y K H S L
Decimal 202 250 25 0.19 0 0.9 0.02 72.8 0.96 0.54
Hex CA FA 19 13 0 5A 2 49 60 36
Octal 312 372 31 23 0 132 2 111 140 66
Binary 11001010 11111010 11001 10011 0 1011010 10 1001001 1100000 110110

Color Harmonies of #CAFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA19

Black with #CAFA19

Text Example


Text Example

White with #CAFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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