Html Css Color HEX #2DB401 Kelly Green

📋 copy color: '#2DB401'

red 45 ◦ green 180 ◦ blue 1

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

Shades of Kelly Green #2DB401

Tints of Kelly Green #2DB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 79.65%

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

R = 19.91%
G = 79.65%
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

#2DB401 (or 0x2DB401) is known color: Kelly Green. HEX triplet: 2D, B4 and 01. RGB value is (45,180,1). Sum of RGB (Red+Green+Blue) = 45+180+1=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 180 (70.70% from 255 or 79.65% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB401 is #D24BFE. Grayscale: #777777. Windows color (decimal): -13782015 or 111661. OLE color: 111661.

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

Color convert

RGB 45 180 1 -
CMYK 0.75 0 0.99 0.29
HSL 105.25º 0.99% 0.35% -
HSV(B) 105.25º 0.99% 0.71% -
XYZ 17.41 33.2 5.52 -
YUV 119.23 61.27 75.05 -
System Red Green Blue C M Y K H S L
Decimal 45 180 1 0.75 0 0.99 0.29 105.25 0.99 0.35
Hex 2D B4 1 4B 0 63 1D 69 63 23
Octal 55 264 1 113 0 143 35 151 143 43
Binary 101101 10110100 1 1001011 0 1100011 11101 1101001 1100011 100011

Color Harmonies of #2DB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB401

Black with #2DB401

Text Example


Text Example

White with #2DB401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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