Html Css Color HEX #2FC400 Kelly Green

📋 copy color: '#2FC400'

red 47 ◦ green 196 ◦ blue 0

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

Shades of Kelly Green #2FC400

Tints of Kelly Green #2FC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 80.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.34%
G = 80.66%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#2FC400 (or 0x2FC400) is known color: Kelly Green. HEX triplet: 2F, C4 and 00. RGB value is (47,196,0). Sum of RGB (Red+Green+Blue) = 47+196+0=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 196 (76.95% from 255 or 80.66% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC400 is #D03BFF. Grayscale: #818181. Windows color (decimal): -13646848 or 50223. OLE color: 50223.

HSL color Cylindrical-coordinate representation of color #2FC400: hue angle of 105.61º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FC400 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 196 0 -
CMYK 0.76 0 1 0.23
HSL 105.61º 1% 0.38% -
HSV(B) 105.61º 1% 0.77% -
XYZ 20.91 40.08 6.63 -
YUV 129.11 55.14 69.44 -
System Red Green Blue C M Y K H S L
Decimal 47 196 0 0.76 0 1 0.23 105.61 1 0.38
Hex 2F C4 0 4C 0 64 17 6A 64 26
Octal 57 304 0 114 0 144 27 152 144 46
Binary 101111 11000100 0 1001100 0 1100100 10111 1101010 1100100 100110

Color Harmonies of #2FC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC400

Black with #2FC400

Text Example


Text Example

White with #2FC400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,196,0); }

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

background-color css

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

 a { background-color: rgb(47,196,0); }

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

border-color css

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

 span { border-color: rgb(47,196,0); }

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