Html Css Color HEX #2FB202 Kelly Green

📋 copy color: '#2FB202'

red 47 ◦ green 178 ◦ blue 2

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

Shades of Kelly Green #2FB202

Tints of Kelly Green #2FB202

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.41%

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

R = 20.7%
G = 78.41%
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

#2FB202 (or 0x2FB202) is known color: Kelly Green. HEX triplet: 2F, B2 and 02. RGB value is (47,178,2). Sum of RGB (Red+Green+Blue) = 47+178+2=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FB202 is #D04DFD. Grayscale: #777777. Windows color (decimal): -13651454 or 176687. OLE color: 176687.

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

Color convert

RGB 47 178 2 -
CMYK 0.74 0 0.99 0.30
HSL 104.66º 0.98% 0.35% -
HSV(B) 104.66º 0.99% 0.7% -
XYZ 17.1 32.45 5.42 -
YUV 118.77 62.1 76.81 -
System Red Green Blue C M Y K H S L
Decimal 47 178 2 0.74 0 0.99 0.30 104.66 0.98 0.35
Hex 2F B2 2 4A 0 63 1E 69 62 23
Octal 57 262 2 112 0 143 36 151 142 43
Binary 101111 10110010 10 1001010 0 1100011 11110 1101001 1100010 100011

Color Harmonies of #2FB202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB202

Black with #2FB202

Text Example


Text Example

White with #2FB202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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