Html Css Color HEX #CAF015 Electric Lime

📋 copy color: '#CAF015'

red 202 ◦ green 240 ◦ blue 21

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

Shades of Electric Lime #CAF015

Tints of Electric Lime #CAF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.84%

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

R = 43.63%
G = 51.84%
B = 4.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#CAF015 (or 0xCAF015) is known color: Electric Lime. HEX triplet: CA, F0 and 15. RGB value is (202,240,21). Sum of RGB (Red+Green+Blue) = 202+240+21=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF015 is #350FEA. Grayscale: #CCCCCC. Windows color (decimal): -3477483 or 1437898. OLE color: 1437898.

HSL color Cylindrical-coordinate representation of color #CAF015: hue angle of 70.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF015 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 21 -
CMYK 0.16 0 0.91 0.06
HSL 70.41º 0.88% 0.51% -
HSV(B) 70.41º 0.91% 0.94% -
XYZ 55.65 74.93 12.24 -
YUV 203.67 24.91 126.81 -
System Red Green Blue C M Y K H S L
Decimal 202 240 21 0.16 0 0.91 0.06 70.41 0.88 0.51
Hex CA F0 15 10 0 5B 6 46 58 33
Octal 312 360 25 20 0 133 6 106 130 63
Binary 11001010 11110000 10101 10000 0 1011011 110 1000110 1011000 110011

Color Harmonies of #CAF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF015

Black with #CAF015

Text Example


Text Example

White with #CAF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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