Html Css Color HEX #2FB302 Kelly Green

📋 copy color: '#2FB302'

red 47 ◦ green 179 ◦ blue 2

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

Shades of Kelly Green #2FB302

Tints of Kelly Green #2FB302

RGB

 RED value IS 47 (18.75% from 255) = 20.61%

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

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 20.61%
G = 78.51%
B = 0.88%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#2FB302 (or 0x2FB302) is known color: Kelly Green. HEX triplet: 2F, B3 and 02. RGB value is (47,179,2). Sum of RGB (Red+Green+Blue) = 47+179+2=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB302 is #D04CFD. Grayscale: #777777. Windows color (decimal): -13651198 or 176943. OLE color: 176943.

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

Color convert

RGB 47 179 2 -
CMYK 0.74 0 0.99 0.30
HSL 104.75º 0.98% 0.35% -
HSV(B) 104.75º 0.99% 0.7% -
XYZ 17.3 32.85 5.49 -
YUV 119.35 61.77 76.39 -
System Red Green Blue C M Y K H S L
Decimal 47 179 2 0.74 0 0.99 0.30 104.75 0.98 0.35
Hex 2F B3 2 4A 0 63 1E 69 62 23
Octal 57 263 2 112 0 143 36 151 142 43
Binary 101111 10110011 10 1001010 0 1100011 11110 1101001 1100010 100011

Color Harmonies of #2FB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB302

Black with #2FB302

Text Example


Text Example

White with #2FB302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,2); }

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

background-color css

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

 a { background-color: rgb(47,179,2); }

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

border-color css

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

 span { border-color: rgb(47,179,2); }

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