Html Css Color HEX #CAF90D Electric Lime

📋 copy color: '#CAF90D'

red 202 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CAF90D

Tints of Electric Lime #CAF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.66%

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 43.53%
G = 53.66%
B = 2.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CAF90D (or 0xCAF90D) is known color: Electric Lime. HEX triplet: CA, F9 and 0D. RGB value is (202,249,13). Sum of RGB (Red+Green+Blue) = 202+249+13=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAF90D is #3506F2. Grayscale: #D0D0D0. Windows color (decimal): -3475187 or 915914. OLE color: 915914.

HSL color Cylindrical-coordinate representation of color #CAF90D: hue angle of 71.95º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAF90D is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 13 -
CMYK 0.19 0 0.95 0.02
HSL 71.95º 0.95% 0.51% -
HSV(B) 71.95º 0.95% 0.98% -
XYZ 58.31 80.34 12.81 -
YUV 208.04 17.93 123.69 -
System Red Green Blue C M Y K H S L
Decimal 202 249 13 0.19 0 0.95 0.02 71.95 0.95 0.51
Hex CA F9 D 13 0 5F 2 48 5F 33
Octal 312 371 15 23 0 137 2 110 137 63
Binary 11001010 11111001 1101 10011 0 1011111 10 1001000 1011111 110011

Color Harmonies of #CAF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF90D

Black with #CAF90D

Text Example


Text Example

White with #CAF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF90D; }

 p { color: rgb(202,249,13); }

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

background-color css

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

 a { background-color: rgb(202,249,13); }

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

border-color css

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

 span { border-color: rgb(202,249,13); }

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