Html Css Color HEX #CAFF0D Electric Lime

📋 copy color: '#CAFF0D'

red 202 ◦ green 255 ◦ blue 13

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

Shades of Electric Lime #CAFF0D

Tints of Electric Lime #CAFF0D

RGB

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

 GREEN value IS 255 (100% from 255) = 54.26%

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

R = 42.98%
G = 54.26%
B = 2.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#CAFF0D (or 0xCAFF0D) is known color: Electric Lime. HEX triplet: CA, FF and 0D. RGB value is (202,255,13). Sum of RGB (Red+Green+Blue) = 202+255+13=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 13 (5.47% from 255 or 2.77% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF0D is #3500F2. Grayscale: #D4D4D4. Windows color (decimal): -3473651 or 917450. OLE color: 917450.

HSL color Cylindrical-coordinate representation of color #CAFF0D: hue angle of 73.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAFF0D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 13 -
CMYK 0.21 0 0.95 0
HSL 73.14º 1% 0.53% -
HSV(B) 73.14º 0.95% 1% -
XYZ 60.19 84.11 13.44 -
YUV 211.57 15.94 121.18 -
System Red Green Blue C M Y K H S L
Decimal 202 255 13 0.21 0 0.95 0 73.14 1 0.53
Hex CA FF D 15 0 5F 0 49 64 35
Octal 312 377 15 25 0 137 0 111 144 65
Binary 11001010 11111111 1101 10101 0 1011111 0 1001001 1100100 110101

Color Harmonies of #CAFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF0D

Black with #CAFF0D

Text Example


Text Example

White with #CAFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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