Html Css Color HEX #CAFF10 Electric Lime

📋 copy color: '#CAFF10'

red 202 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #CAFF10

Tints of Electric Lime #CAFF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.38%

R = 42.71%
G = 53.91%
B = 3.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#CAFF10 (or 0xCAFF10) is known color: Electric Lime. HEX triplet: CA, FF and 10. RGB value is (202,255,16). Sum of RGB (Red+Green+Blue) = 202+255+16=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAFF10 is #3500EF. Grayscale: #D4D4D4. Windows color (decimal): -3473648 or 1114058. OLE color: 1114058.

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

Color convert

RGB 202 255 16 -
CMYK 0.21 0 0.94 0
HSL 73.31º 1% 0.53% -
HSV(B) 73.31º 0.94% 1% -
XYZ 60.21 84.11 13.55 -
YUV 211.91 17.44 120.93 -
System Red Green Blue C M Y K H S L
Decimal 202 255 16 0.21 0 0.94 0 73.31 1 0.53
Hex CA FF 10 15 0 5E 0 49 64 35
Octal 312 377 20 25 0 136 0 111 144 65
Binary 11001010 11111111 10000 10101 0 1011110 0 1001001 1100100 110101

Color Harmonies of #CAFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF10

Black with #CAFF10

Text Example


Text Example

White with #CAFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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