Html Css Color HEX #CAF215 Electric Lime

📋 copy color: '#CAF215'

red 202 ◦ green 242 ◦ blue 21

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

Shades of Electric Lime #CAF215

Tints of Electric Lime #CAF215

RGB

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

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

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

R = 43.44%
G = 52.04%
B = 4.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CAF215 (or 0xCAF215) is known color: Electric Lime. HEX triplet: CA, F2 and 15. RGB value is (202,242,21). Sum of RGB (Red+Green+Blue) = 202+242+21=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 242 (94.92% from 255 or 52.04% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF215 is #350DEA. Grayscale: #CDCDCD. Windows color (decimal): -3476971 or 1438410. OLE color: 1438410.

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

Color convert

RGB 202 242 21 -
CMYK 0.17 0 0.91 0.05
HSL 70.86º 0.89% 0.52% -
HSV(B) 70.86º 0.91% 0.95% -
XYZ 56.24 76.11 12.44 -
YUV 204.85 24.25 125.97 -
System Red Green Blue C M Y K H S L
Decimal 202 242 21 0.17 0 0.91 0.05 70.86 0.89 0.52
Hex CA F2 15 11 0 5B 5 47 59 34
Octal 312 362 25 21 0 133 5 107 131 64
Binary 11001010 11110010 10101 10001 0 1011011 101 1000111 1011001 110100

Color Harmonies of #CAF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF215

Black with #CAF215

Text Example


Text Example

White with #CAF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF215; }

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

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

background-color css

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

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

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

border-color css

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

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

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