Html Css Color HEX #2DB90F Kelly Green

📋 copy color: '#2DB90F'

red 45 ◦ green 185 ◦ blue 15

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

Shades of Kelly Green #2DB90F

Tints of Kelly Green #2DB90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 75.51%

 BLUE value IS 15 (6.25% from 255) = 6.12%

R = 18.37%
G = 75.51%
B = 6.12%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#2DB90F (or 0x2DB90F) is known color: Kelly Green. HEX triplet: 2D, B9 and 0F. RGB value is (45,185,15). Sum of RGB (Red+Green+Blue) = 45+185+15=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 185 (72.66% from 255 or 75.51% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB90F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB90F is #D246F0. Grayscale: #7C7C7C. Windows color (decimal): -13780721 or 1030445. OLE color: 1030445.

HSL color Cylindrical-coordinate representation of color #2DB90F: hue angle of 109.41º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DB90F is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 45 185 15 -
CMYK 0.76 0 0.92 0.27
HSL 109.41º 0.85% 0.39% -
HSV(B) 109.41º 0.92% 0.73% -
XYZ 18.52 35.29 6.29 -
YUV 123.76 66.62 71.82 -
System Red Green Blue C M Y K H S L
Decimal 45 185 15 0.76 0 0.92 0.27 109.41 0.85 0.39
Hex 2D B9 F 4C 0 5C 1B 6D 55 27
Octal 55 271 17 114 0 134 33 155 125 47
Binary 101101 10111001 1111 1001100 0 1011100 11011 1101101 1010101 100111

Color Harmonies of #2DB90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB90F

Black with #2DB90F

Text Example


Text Example

White with #2DB90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,185,15); }

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

background-color css

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

 a { background-color: rgb(45,185,15); }

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

border-color css

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

 span { border-color: rgb(45,185,15); }

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