Html Css Color HEX #2DB01B Kelly Green

📋 copy color: '#2DB01B'

red 45 ◦ green 176 ◦ blue 27

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

Shades of Kelly Green #2DB01B

Tints of Kelly Green #2DB01B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 70.97%

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 18.15%
G = 70.97%
B = 10.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#2DB01B (or 0x2DB01B) is known color: Kelly Green. HEX triplet: 2D, B0 and 1B. RGB value is (45,176,27). Sum of RGB (Red+Green+Blue) = 45+176+27=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 176 (69.14% from 255 or 70.97% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB01B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB01B is #D24FE4. Grayscale: #787878. Windows color (decimal): -13783013 or 1814573. OLE color: 1814573.

HSL color Cylindrical-coordinate representation of color #2DB01B: hue angle of 112.75º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DB01B is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 176 27 -
CMYK 0.74 0 0.85 0.31
HSL 112.75º 0.73% 0.4% -
HSV(B) 112.75º 0.85% 0.69% -
XYZ 16.81 31.69 6.27 -
YUV 119.85 75.6 74.62 -
System Red Green Blue C M Y K H S L
Decimal 45 176 27 0.74 0 0.85 0.31 112.75 0.73 0.4
Hex 2D B0 1B 4A 0 55 1F 71 49 28
Octal 55 260 33 112 0 125 37 161 111 50
Binary 101101 10110000 11011 1001010 0 1010101 11111 1110001 1001001 101000

Color Harmonies of #2DB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB01B

Black with #2DB01B

Text Example


Text Example

White with #2DB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,176,27); }

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

background-color css

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

 a { background-color: rgb(45,176,27); }

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

border-color css

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

 span { border-color: rgb(45,176,27); }

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