Html Css Color HEX #2DB704 Kelly Green

📋 copy color: '#2DB704'

red 45 ◦ green 183 ◦ blue 4

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

Shades of Kelly Green #2DB704

Tints of Kelly Green #2DB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 78.88%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 19.4%
G = 78.88%
B = 1.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#2DB704 (or 0x2DB704) is known color: Kelly Green. HEX triplet: 2D, B7 and 04. RGB value is (45,183,4). Sum of RGB (Red+Green+Blue) = 45+183+4=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB704 is #D248FB. Grayscale: #797979. Windows color (decimal): -13781244 or 309037. OLE color: 309037.

HSL color Cylindrical-coordinate representation of color #2DB704: hue angle of 106.26º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2DB704 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 4 -
CMYK 0.75 0 0.98 0.28
HSL 106.26º 0.96% 0.37% -
HSV(B) 106.26º 0.98% 0.72% -
XYZ 18.04 34.43 5.81 -
YUV 121.33 61.78 73.55 -
System Red Green Blue C M Y K H S L
Decimal 45 183 4 0.75 0 0.98 0.28 106.26 0.96 0.37
Hex 2D B7 4 4B 0 62 1C 6A 60 25
Octal 55 267 4 113 0 142 34 152 140 45
Binary 101101 10110111 100 1001011 0 1100010 11100 1101010 1100000 100101

Color Harmonies of #2DB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB704

Black with #2DB704

Text Example


Text Example

White with #2DB704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,4); }

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

background-color css

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

 a { background-color: rgb(45,183,4); }

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

border-color css

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

 span { border-color: rgb(45,183,4); }

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