Html Css Color HEX #2DB501 Kelly Green

📋 copy color: '#2DB501'

red 45 ◦ green 181 ◦ blue 1

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

Shades of Kelly Green #2DB501

Tints of Kelly Green #2DB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 79.74%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 19.82%
G = 79.74%
B = 0.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#2DB501 (or 0x2DB501) is known color: Kelly Green. HEX triplet: 2D, B5 and 01. RGB value is (45,181,1). Sum of RGB (Red+Green+Blue) = 45+181+1=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB501 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB501 is #D24AFE. Grayscale: #787878. Windows color (decimal): -13781759 or 111917. OLE color: 111917.

HSL color Cylindrical-coordinate representation of color #2DB501: hue angle of 105.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2DB501 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 1 -
CMYK 0.75 0 0.99 0.29
HSL 105.33º 0.99% 0.36% -
HSV(B) 105.33º 0.99% 0.71% -
XYZ 17.61 33.61 5.59 -
YUV 119.82 60.94 74.64 -
System Red Green Blue C M Y K H S L
Decimal 45 181 1 0.75 0 0.99 0.29 105.33 0.99 0.36
Hex 2D B5 1 4B 0 63 1D 69 63 24
Octal 55 265 1 113 0 143 35 151 143 44
Binary 101101 10110101 1 1001011 0 1100011 11101 1101001 1100011 100100

Color Harmonies of #2DB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB501

Black with #2DB501

Text Example


Text Example

White with #2DB501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,1); }

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

background-color css

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

 a { background-color: rgb(45,181,1); }

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

border-color css

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

 span { border-color: rgb(45,181,1); }

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