Html Css Color HEX #CAF21A Electric Lime

📋 copy color: '#CAF21A'

red 202 ◦ green 242 ◦ blue 26

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

Shades of Electric Lime #CAF21A

Tints of Electric Lime #CAF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.49%

 BLUE value IS 26 (10.55% from 255) = 5.53%

R = 42.98%
G = 51.49%
B = 5.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#CAF21A (or 0xCAF21A) is known color: Electric Lime. HEX triplet: CA, F2 and 1A. RGB value is (202,242,26). Sum of RGB (Red+Green+Blue) = 202+242+26=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF21A is #350DE5. Grayscale: #CECECE. Windows color (decimal): -3476966 or 1766090. OLE color: 1766090.

HSL color Cylindrical-coordinate representation of color #CAF21A: hue angle of 71.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAF21A is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 26 -
CMYK 0.17 0 0.89 0.05
HSL 71.11º 0.89% 0.53% -
HSV(B) 71.11º 0.89% 0.95% -
XYZ 56.3 76.14 12.71 -
YUV 205.42 26.75 125.56 -
System Red Green Blue C M Y K H S L
Decimal 202 242 26 0.17 0 0.89 0.05 71.11 0.89 0.53
Hex CA F2 1A 11 0 59 5 47 59 35
Octal 312 362 32 21 0 131 5 107 131 65
Binary 11001010 11110010 11010 10001 0 1011001 101 1000111 1011001 110101

Color Harmonies of #CAF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF21A

Black with #CAF21A

Text Example


Text Example

White with #CAF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF21A; }

 p { color: rgb(202,242,26); }

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

background-color css

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

 a { background-color: rgb(202,242,26); }

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

border-color css

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

 span { border-color: rgb(202,242,26); }

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