Html Css Color HEX #2EB304 Kelly Green

📋 copy color: '#2EB304'

red 46 ◦ green 179 ◦ blue 4

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

Shades of Kelly Green #2EB304

Tints of Kelly Green #2EB304

RGB

 RED value IS 46 (18.36% from 255) = 20.09%

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

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

R = 20.09%
G = 78.17%
B = 1.75%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#2EB304 (or 0x2EB304) is known color: Kelly Green. HEX triplet: 2E, B3 and 04. RGB value is (46,179,4). Sum of RGB (Red+Green+Blue) = 46+179+4=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB304 is #D14CFB. Grayscale: #777777. Windows color (decimal): -13716732 or 308014. OLE color: 308014.

HSL color Cylindrical-coordinate representation of color #2EB304: hue angle of 105.6º 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 #2EB304 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 4 -
CMYK 0.74 0 0.98 0.30
HSL 105.6º 0.96% 0.36% -
HSV(B) 105.6º 0.98% 0.7% -
XYZ 17.27 32.83 5.54 -
YUV 119.28 62.94 75.73 -
System Red Green Blue C M Y K H S L
Decimal 46 179 4 0.74 0 0.98 0.30 105.6 0.96 0.36
Hex 2E B3 4 4A 0 62 1E 6A 60 24
Octal 56 263 4 112 0 142 36 152 140 44
Binary 101110 10110011 100 1001010 0 1100010 11110 1101010 1100000 100100

Color Harmonies of #2EB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB304

Black with #2EB304

Text Example


Text Example

White with #2EB304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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