Html Css Color HEX #2DCA03 Kelly Green

📋 copy color: '#2DCA03'

red 45 ◦ green 202 ◦ blue 3

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

Shades of Kelly Green #2DCA03

Tints of Kelly Green #2DCA03

RGB

 RED value IS 45 (17.97% from 255) = 18%

 GREEN value IS 202 (79.3% from 255) = 80.8%

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

R = 18%
G = 80.8%
B = 1.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#2DCA03 (or 0x2DCA03) is known color: Kelly Green. HEX triplet: 2D, CA and 03. RGB value is (45,202,3). Sum of RGB (Red+Green+Blue) = 45+202+3=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCA03 is #D235FC. Grayscale: #858585. Windows color (decimal): -13776381 or 248365. OLE color: 248365.

HSL color Cylindrical-coordinate representation of color #2DCA03: hue angle of 107.34º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DCA03 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 3 -
CMYK 0.78 0 0.99 0.21
HSL 107.34º 0.97% 0.4% -
HSV(B) 107.34º 0.99% 0.79% -
XYZ 22.22 42.81 7.18 -
YUV 132.37 54.99 65.68 -
System Red Green Blue C M Y K H S L
Decimal 45 202 3 0.78 0 0.99 0.21 107.34 0.97 0.4
Hex 2D CA 3 4E 0 63 15 6B 61 28
Octal 55 312 3 116 0 143 25 153 141 50
Binary 101101 11001010 11 1001110 0 1100011 10101 1101011 1100001 101000

Color Harmonies of #2DCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA03

Black with #2DCA03

Text Example


Text Example

White with #2DCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DCA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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