Html Css Color HEX #CAEA07 Electric Lime

📋 copy color: '#CAEA07'

red 202 ◦ green 234 ◦ blue 7

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

Shades of Electric Lime #CAEA07

Tints of Electric Lime #CAEA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 45.6%
G = 52.82%
B = 1.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#CAEA07 (or 0xCAEA07) is known color: Electric Lime. HEX triplet: CA, EA and 07. RGB value is (202,234,7). Sum of RGB (Red+Green+Blue) = 202+234+7=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA07 is #3515F8. Grayscale: #C7C7C7. Windows color (decimal): -3479033 or 518858. OLE color: 518858.

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

Color convert

RGB 202 234 7 -
CMYK 0.14 0 0.97 0.08
HSL 68.46º 0.94% 0.47% -
HSV(B) 68.46º 0.97% 0.92% -
XYZ 53.82 71.42 11.15 -
YUV 198.55 19.9 130.46 -
System Red Green Blue C M Y K H S L
Decimal 202 234 7 0.14 0 0.97 0.08 68.46 0.94 0.47
Hex CA EA 7 E 0 61 8 44 5E 2F
Octal 312 352 7 16 0 141 10 104 136 57
Binary 11001010 11101010 111 1110 0 1100001 1000 1000100 1011110 101111

Color Harmonies of #CAEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA07

Black with #CAEA07

Text Example


Text Example

White with #CAEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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