Html Css Color HEX #CAE203 Electric Lime

📋 copy color: '#CAE203'

red 202 ◦ green 226 ◦ blue 3

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

Shades of Electric Lime #CAE203

Tints of Electric Lime #CAE203

RGB

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

 GREEN value IS 226 (88.67% from 255) = 52.44%

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

R = 46.87%
G = 52.44%
B = 0.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#CAE203 (or 0xCAE203) is known color: Electric Lime. HEX triplet: CA, E2 and 03. RGB value is (202,226,3). Sum of RGB (Red+Green+Blue) = 202+226+3=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE203 is #351DFC. Grayscale: #C2C2C2. Windows color (decimal): -3481085 or 254666. OLE color: 254666.

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

Color convert

RGB 202 226 3 -
CMYK 0.11 0 0.99 0.11
HSL 66.46º 0.97% 0.45% -
HSV(B) 66.46º 0.99% 0.89% -
XYZ 51.57 66.96 10.29 -
YUV 193.4 20.55 134.13 -
System Red Green Blue C M Y K H S L
Decimal 202 226 3 0.11 0 0.99 0.11 66.46 0.97 0.45
Hex CA E2 3 B 0 63 B 42 61 2D
Octal 312 342 3 13 0 143 13 102 141 55
Binary 11001010 11100010 11 1011 0 1100011 1011 1000010 1100001 101101

Color Harmonies of #CAE203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE203

Black with #CAE203

Text Example


Text Example

White with #CAE203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE203; }

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

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

background-color css

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

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

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

border-color css

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

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

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