Html Css Color HEX #CAEA10 Electric Lime

📋 copy color: '#CAEA10'

red 202 ◦ green 234 ◦ blue 16

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

Shades of Electric Lime #CAEA10

Tints of Electric Lime #CAEA10

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.77%

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

R = 44.69%
G = 51.77%
B = 3.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#CAEA10 (or 0xCAEA10) is known color: Electric Lime. HEX triplet: CA, EA and 10. RGB value is (202,234,16). Sum of RGB (Red+Green+Blue) = 202+234+16=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA10 is #3515EF. Grayscale: #C8C8C8. Windows color (decimal): -3479024 or 1108682. OLE color: 1108682.

HSL color Cylindrical-coordinate representation of color #CAEA10: hue angle of 68.81º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAEA10 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 234 16 -
CMYK 0.14 0 0.93 0.08
HSL 68.81º 0.87% 0.49% -
HSV(B) 68.81º 0.93% 0.92% -
XYZ 53.87 71.44 11.44 -
YUV 199.58 24.4 129.73 -
System Red Green Blue C M Y K H S L
Decimal 202 234 16 0.14 0 0.93 0.08 68.81 0.87 0.49
Hex CA EA 10 E 0 5D 8 45 57 31
Octal 312 352 20 16 0 135 10 105 127 61
Binary 11001010 11101010 10000 1110 0 1011101 1000 1000101 1010111 110001

Color Harmonies of #CAEA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA10

Black with #CAEA10

Text Example


Text Example

White with #CAEA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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