Html Css Color HEX #CAFD0A Electric Lime

📋 copy color: '#CAFD0A'

red 202 ◦ green 253 ◦ blue 10

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

Shades of Electric Lime #CAFD0A

Tints of Electric Lime #CAFD0A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.41%

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 43.44%
G = 54.41%
B = 2.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#CAFD0A (or 0xCAFD0A) is known color: Electric Lime. HEX triplet: CA, FD and 0A. RGB value is (202,253,10). Sum of RGB (Red+Green+Blue) = 202+253+10=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 10 (4.30% from 255 or 2.15% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFD0A is #3502F5. Grayscale: #D2D2D2. Windows color (decimal): -3474166 or 720330. OLE color: 720330.

HSL color Cylindrical-coordinate representation of color #CAFD0A: hue angle of 72.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAFD0A is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 253 10 -
CMYK 0.20 0 0.96 0.01
HSL 72.59º 0.98% 0.52% -
HSV(B) 72.59º 0.96% 0.99% -
XYZ 59.54 82.83 13.14 -
YUV 210.05 15.1 122.26 -
System Red Green Blue C M Y K H S L
Decimal 202 253 10 0.20 0 0.96 0.01 72.59 0.98 0.52
Hex CA FD A 14 0 60 1 49 62 34
Octal 312 375 12 24 0 140 1 111 142 64
Binary 11001010 11111101 1010 10100 0 1100000 1 1001001 1100010 110100

Color Harmonies of #CAFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFD0A

Black with #CAFD0A

Text Example


Text Example

White with #CAFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFD0A; }

 p { color: rgb(202,253,10); }

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

background-color css

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

 a { background-color: rgb(202,253,10); }

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

border-color css

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

 span { border-color: rgb(202,253,10); }

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