Html Css Color HEX #CAFA1D Electric Lime

📋 copy color: '#CAFA1D'

red 202 ◦ green 250 ◦ blue 29

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

Shades of Electric Lime #CAFA1D

Tints of Electric Lime #CAFA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 42%
G = 51.98%
B = 6.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#CAFA1D (or 0xCAFA1D) is known color: Electric Lime. HEX triplet: CA, FA and 1D. RGB value is (202,250,29). Sum of RGB (Red+Green+Blue) = 202+250+29=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAFA1D is #3505E2. Grayscale: #D3D3D3. Windows color (decimal): -3474915 or 1964746. OLE color: 1964746.

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

Color convert

RGB 202 250 29 -
CMYK 0.19 0 0.88 0.02
HSL 73.03º 0.96% 0.55% -
HSV(B) 73.03º 0.88% 0.98% -
XYZ 58.76 81.02 13.7 -
YUV 210.45 25.6 121.97 -
System Red Green Blue C M Y K H S L
Decimal 202 250 29 0.19 0 0.88 0.02 73.03 0.96 0.55
Hex CA FA 1D 13 0 58 2 49 60 37
Octal 312 372 35 23 0 130 2 111 140 67
Binary 11001010 11111010 11101 10011 0 1011000 10 1001001 1100000 110111

Color Harmonies of #CAFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA1D

Black with #CAFA1D

Text Example


Text Example

White with #CAFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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