Html Css Color HEX #CAE003 Electric Lime

📋 copy color: '#CAE003'

red 202 ◦ green 224 ◦ blue 3

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

Shades of Electric Lime #CAE003

Tints of Electric Lime #CAE003

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

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

R = 47.09%
G = 52.21%
B = 0.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#CAE003 (or 0xCAE003) is known color: Electric Lime. HEX triplet: CA, E0 and 03. RGB value is (202,224,3). Sum of RGB (Red+Green+Blue) = 202+224+3=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE003 is #351FFC. Grayscale: #C1C1C1. Windows color (decimal): -3481597 or 254154. OLE color: 254154.

HSL color Cylindrical-coordinate representation of color #CAE003: hue angle of 65.97º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAE003 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 3 -
CMYK 0.10 0 0.99 0.12
HSL 65.97º 0.97% 0.45% -
HSV(B) 65.97º 0.99% 0.88% -
XYZ 51.03 65.87 10.11 -
YUV 192.23 21.21 134.97 -
System Red Green Blue C M Y K H S L
Decimal 202 224 3 0.10 0 0.99 0.12 65.97 0.97 0.45
Hex CA E0 3 A 0 63 C 42 61 2D
Octal 312 340 3 12 0 143 14 102 141 55
Binary 11001010 11100000 11 1010 0 1100011 1100 1000010 1100001 101101

Color Harmonies of #CAE003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE003

Black with #CAE003

Text Example


Text Example

White with #CAE003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE003; }

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

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

background-color css

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

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

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

border-color css

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

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

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