Html Css Color HEX #CAE303 Electric Lime

📋 copy color: '#CAE303'

red 202 ◦ green 227 ◦ blue 3

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

Shades of Electric Lime #CAE303

Tints of Electric Lime #CAE303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.55%

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

R = 46.76%
G = 52.55%
B = 0.69%

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

#CAE303 (or 0xCAE303) is known color: Electric Lime. HEX triplet: CA, E3 and 03. RGB value is (202,227,3). Sum of RGB (Red+Green+Blue) = 202+227+3=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE303 is #351CFC. Grayscale: #C2C2C2. Windows color (decimal): -3480829 or 254922. OLE color: 254922.

HSL color Cylindrical-coordinate representation of color #CAE303: hue angle of 66.7º 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 #CAE303 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 3 -
CMYK 0.11 0 0.99 0.11
HSL 66.7º 0.97% 0.45% -
HSV(B) 66.7º 0.99% 0.89% -
XYZ 51.84 67.5 10.38 -
YUV 193.99 20.22 133.71 -
System Red Green Blue C M Y K H S L
Decimal 202 227 3 0.11 0 0.99 0.11 66.7 0.97 0.45
Hex CA E3 3 B 0 63 B 43 61 2D
Octal 312 343 3 13 0 143 13 103 141 55
Binary 11001010 11100011 11 1011 0 1100011 1011 1000011 1100001 101101

Color Harmonies of #CAE303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE303

Black with #CAE303

Text Example


Text Example

White with #CAE303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE303; }

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

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

background-color css

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

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

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

border-color css

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

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

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