Html Css Color HEX #2DB304 Kelly Green

📋 copy color: '#2DB304'

red 45 ◦ green 179 ◦ blue 4

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

Shades of Kelly Green #2DB304

Tints of Kelly Green #2DB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.51%

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

R = 19.74%
G = 78.51%
B = 1.75%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#2DB304 (or 0x2DB304) is known color: Kelly Green. HEX triplet: 2D, B3 and 04. RGB value is (45,179,4). Sum of RGB (Red+Green+Blue) = 45+179+4=228 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.74% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB304 is #D24CFB. Grayscale: #777777. Windows color (decimal): -13782268 or 308013. OLE color: 308013.

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

Color convert

RGB 45 179 4 -
CMYK 0.75 0 0.98 0.30
HSL 105.94º 0.96% 0.36% -
HSV(B) 105.94º 0.98% 0.7% -
XYZ 17.22 32.81 5.54 -
YUV 118.98 63.11 75.23 -
System Red Green Blue C M Y K H S L
Decimal 45 179 4 0.75 0 0.98 0.30 105.94 0.96 0.36
Hex 2D B3 4 4B 0 62 1E 6A 60 24
Octal 55 263 4 113 0 142 36 152 140 44
Binary 101101 10110011 100 1001011 0 1100010 11110 1101010 1100000 100100

Color Harmonies of #2DB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB304

Black with #2DB304

Text Example


Text Example

White with #2DB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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