Html Css Color HEX #2DB30A Kelly Green

📋 copy color: '#2DB30A'

red 45 ◦ green 179 ◦ blue 10

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

Shades of Kelly Green #2DB30A

Tints of Kelly Green #2DB30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.5%

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 19.23%
G = 76.5%
B = 4.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#2DB30A (or 0x2DB30A) is known color: Kelly Green. HEX triplet: 2D, B3 and 0A. RGB value is (45,179,10). Sum of RGB (Red+Green+Blue) = 45+179+10=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB30A is #D24CF5. Grayscale: #787878. Windows color (decimal): -13782262 or 701229. OLE color: 701229.

HSL color Cylindrical-coordinate representation of color #2DB30A: hue angle of 107.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DB30A is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 45 179 10 -
CMYK 0.75 0 0.94 0.30
HSL 107.57º 0.89% 0.37% -
HSV(B) 107.57º 0.94% 0.7% -
XYZ 17.26 32.82 5.71 -
YUV 119.67 66.11 74.74 -
System Red Green Blue C M Y K H S L
Decimal 45 179 10 0.75 0 0.94 0.30 107.57 0.89 0.37
Hex 2D B3 A 4B 0 5E 1E 6C 59 25
Octal 55 263 12 113 0 136 36 154 131 45
Binary 101101 10110011 1010 1001011 0 1011110 11110 1101100 1011001 100101

Color Harmonies of #2DB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB30A

Black with #2DB30A

Text Example


Text Example

White with #2DB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,179,10); }

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

background-color css

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

 a { background-color: rgb(45,179,10); }

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

border-color css

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

 span { border-color: rgb(45,179,10); }

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