Html Css Color HEX #CAEA03 Electric Lime

📋 copy color: '#CAEA03'

red 202 ◦ green 234 ◦ blue 3

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

Shades of Electric Lime #CAEA03

Tints of Electric Lime #CAEA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.68%

R = 46.01%
G = 53.3%
B = 0.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#CAEA03 (or 0xCAEA03) is known color: Electric Lime. HEX triplet: CA, EA and 03. RGB value is (202,234,3). Sum of RGB (Red+Green+Blue) = 202+234+3=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 234 (91.80% from 255 or 53.30% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CAEA03 is #3515FC. Grayscale: #C6C6C6. Windows color (decimal): -3479037 or 256714. OLE color: 256714.

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

Color convert

RGB 202 234 3 -
CMYK 0.14 0 0.99 0.08
HSL 68.31º 0.97% 0.46% -
HSV(B) 68.31º 0.99% 0.92% -
XYZ 53.8 71.41 11.03 -
YUV 198.1 17.9 130.78 -
System Red Green Blue C M Y K H S L
Decimal 202 234 3 0.14 0 0.99 0.08 68.31 0.97 0.46
Hex CA EA 3 E 0 63 8 44 61 2E
Octal 312 352 3 16 0 143 10 104 141 56
Binary 11001010 11101010 11 1110 0 1100011 1000 1000100 1100001 101110

Color Harmonies of #CAEA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEA03

Black with #CAEA03

Text Example


Text Example

White with #CAEA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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