Html Css Color HEX #CAF514 Electric Lime

📋 copy color: '#CAF514'

red 202 ◦ green 245 ◦ blue 20

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

Shades of Electric Lime #CAF514

Tints of Electric Lime #CAF514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 43.25%
G = 52.46%
B = 4.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#CAF514 (or 0xCAF514) is known color: Electric Lime. HEX triplet: CA, F5 and 14. RGB value is (202,245,20). Sum of RGB (Red+Green+Blue) = 202+245+20=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF514 is #350AEB. Grayscale: #CFCFCF. Windows color (decimal): -3476204 or 1373642. OLE color: 1373642.

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

Color convert

RGB 202 245 20 -
CMYK 0.18 0 0.92 0.04
HSL 71.47º 0.92% 0.52% -
HSV(B) 71.47º 0.92% 0.96% -
XYZ 57.14 77.91 12.69 -
YUV 206.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 202 245 20 0.18 0 0.92 0.04 71.47 0.92 0.52
Hex CA F5 14 12 0 5C 4 47 5C 34
Octal 312 365 24 22 0 134 4 107 134 64
Binary 11001010 11110101 10100 10010 0 1011100 100 1000111 1011100 110100

Color Harmonies of #CAF514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF514

Black with #CAF514

Text Example


Text Example

White with #CAF514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF514; }

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

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

background-color css

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

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

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

border-color css

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

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

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