Html Css Color HEX #2FB303 Kelly Green

📋 copy color: '#2FB303'

red 47 ◦ green 179 ◦ blue 3

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

Shades of Kelly Green #2FB303

Tints of Kelly Green #2FB303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 20.52%
G = 78.17%
B = 1.31%

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

#2FB303 (or 0x2FB303) is known color: Kelly Green. HEX triplet: 2F, B3 and 03. RGB value is (47,179,3). Sum of RGB (Red+Green+Blue) = 47+179+3=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 179 (70.31% from 255 or 78.17% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB303 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB303 is #D04CFC. Grayscale: #787878. Windows color (decimal): -13651197 or 242479. OLE color: 242479.

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

Color convert

RGB 47 179 3 -
CMYK 0.74 0 0.98 0.30
HSL 105º 0.97% 0.36% -
HSV(B) 105º 0.98% 0.7% -
XYZ 17.31 32.85 5.51 -
YUV 119.47 62.27 76.31 -
System Red Green Blue C M Y K H S L
Decimal 47 179 3 0.74 0 0.98 0.30 105 0.97 0.36
Hex 2F B3 3 4A 0 62 1E 69 61 24
Octal 57 263 3 112 0 142 36 151 141 44
Binary 101111 10110011 11 1001010 0 1100010 11110 1101001 1100001 100100

Color Harmonies of #2FB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB303

Black with #2FB303

Text Example


Text Example

White with #2FB303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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