Html Css Color HEX #CAE70D Electric Lime

📋 copy color: '#CAE70D'

red 202 ◦ green 231 ◦ blue 13

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

Shades of Electric Lime #CAE70D

Tints of Electric Lime #CAE70D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.79%

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

R = 45.29%
G = 51.79%
B = 2.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CAE70D (or 0xCAE70D) is known color: Electric Lime. HEX triplet: CA, E7 and 0D. RGB value is (202,231,13). Sum of RGB (Red+Green+Blue) = 202+231+13=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAE70D is #3518F2. Grayscale: #C6C6C6. Windows color (decimal): -3479795 or 911306. OLE color: 911306.

HSL color Cylindrical-coordinate representation of color #CAE70D: hue angle of 67.98º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAE70D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 231 13 -
CMYK 0.13 0 0.94 0.09
HSL 67.98º 0.89% 0.48% -
HSV(B) 67.98º 0.94% 0.91% -
XYZ 53.01 69.74 11.05 -
YUV 197.48 23.89 131.23 -
System Red Green Blue C M Y K H S L
Decimal 202 231 13 0.13 0 0.94 0.09 67.98 0.89 0.48
Hex CA E7 D D 0 5E 9 44 59 30
Octal 312 347 15 15 0 136 11 104 131 60
Binary 11001010 11100111 1101 1101 0 1011110 1001 1000100 1011001 110000

Color Harmonies of #CAE70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE70D

Black with #CAE70D

Text Example


Text Example

White with #CAE70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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