Html Css Color HEX #CAF515 Electric Lime

📋 copy color: '#CAF515'

red 202 ◦ green 245 ◦ blue 21

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

Shades of Electric Lime #CAF515

Tints of Electric Lime #CAF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.35%

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

R = 43.16%
G = 52.35%
B = 4.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CAF515 (or 0xCAF515) is known color: Electric Lime. HEX triplet: CA, F5 and 15. RGB value is (202,245,21). Sum of RGB (Red+Green+Blue) = 202+245+21=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF515 is #350AEA. Grayscale: #CFCFCF. Windows color (decimal): -3476203 or 1439178. OLE color: 1439178.

HSL color Cylindrical-coordinate representation of color #CAF515: hue angle of 71.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAF515 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 21 -
CMYK 0.18 0 0.91 0.04
HSL 71.52º 0.92% 0.52% -
HSV(B) 71.52º 0.91% 0.96% -
XYZ 57.14 77.92 12.74 -
YUV 206.61 23.25 124.71 -
System Red Green Blue C M Y K H S L
Decimal 202 245 21 0.18 0 0.91 0.04 71.52 0.92 0.52
Hex CA F5 15 12 0 5B 4 48 5C 34
Octal 312 365 25 22 0 133 4 110 134 64
Binary 11001010 11110101 10101 10010 0 1011011 100 1001000 1011100 110100

Color Harmonies of #CAF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF515

Black with #CAF515

Text Example


Text Example

White with #CAF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF515; }

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

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

background-color css

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

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

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

border-color css

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

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

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