Html Css Color HEX #CAE103 Electric Lime

📋 copy color: '#CAE103'

red 202 ◦ green 225 ◦ blue 3

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

Shades of Electric Lime #CAE103

Tints of Electric Lime #CAE103

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.33%

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

R = 46.98%
G = 52.33%
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

#CAE103 (or 0xCAE103) is known color: Electric Lime. HEX triplet: CA, E1 and 03. RGB value is (202,225,3). Sum of RGB (Red+Green+Blue) = 202+225+3=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 225 (88.28% from 255 or 52.33% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAE103 is #351EFC. Grayscale: #C1C1C1. Windows color (decimal): -3481341 or 254410. OLE color: 254410.

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

Color convert

RGB 202 225 3 -
CMYK 0.10 0 0.99 0.12
HSL 66.22º 0.97% 0.45% -
HSV(B) 66.22º 0.99% 0.88% -
XYZ 51.3 66.41 10.2 -
YUV 192.82 20.88 134.55 -
System Red Green Blue C M Y K H S L
Decimal 202 225 3 0.10 0 0.99 0.12 66.22 0.97 0.45
Hex CA E1 3 A 0 63 C 42 61 2D
Octal 312 341 3 12 0 143 14 102 141 55
Binary 11001010 11100001 11 1010 0 1100011 1100 1000010 1100001 101101

Color Harmonies of #CAE103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE103

Black with #CAE103

Text Example


Text Example

White with #CAE103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE103; }

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

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

background-color css

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

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

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

border-color css

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

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

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