Html Css Color HEX #2DD309 Kelly Green

📋 copy color: '#2DD309'

red 45 ◦ green 211 ◦ blue 9

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

Shades of Kelly Green #2DD309

Tints of Kelly Green #2DD309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 79.62%

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 16.98%
G = 79.62%
B = 3.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#2DD309 (or 0x2DD309) is known color: Kelly Green. HEX triplet: 2D, D3 and 09. RGB value is (45,211,9). Sum of RGB (Red+Green+Blue) = 45+211+9=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 211 (82.81% from 255 or 79.62% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 211 - color contains mainly: green. Hex color #2DD309 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD309 is #D22CF6. Grayscale: #8A8A8A. Windows color (decimal): -13774071 or 643885. OLE color: 643885.

HSL color Cylindrical-coordinate representation of color #2DD309: hue angle of 109.31º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DD309 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 211 9 -
CMYK 0.79 0 0.96 0.17
HSL 109.31º 0.92% 0.43% -
HSV(B) 109.31º 0.96% 0.83% -
XYZ 24.43 47.17 8.08 -
YUV 138.34 55 61.43 -
System Red Green Blue C M Y K H S L
Decimal 45 211 9 0.79 0 0.96 0.17 109.31 0.92 0.43
Hex 2D D3 9 4F 0 60 11 6D 5C 2B
Octal 55 323 11 117 0 140 21 155 134 53
Binary 101101 11010011 1001 1001111 0 1100000 10001 1101101 1011100 101011

Color Harmonies of #2DD309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD309

Black with #2DD309

Text Example


Text Example

White with #2DD309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,211,9); }

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

background-color css

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

 a { background-color: rgb(45,211,9); }

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

border-color css

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

 span { border-color: rgb(45,211,9); }

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