Html Css Color HEX #2FC005 Kelly Green

📋 copy color: '#2FC005'

red 47 ◦ green 192 ◦ blue 5

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

Shades of Kelly Green #2FC005

Tints of Kelly Green #2FC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 78.69%

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 19.26%
G = 78.69%
B = 2.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2FC005 (or 0x2FC005) is known color: Kelly Green. HEX triplet: 2F, C0 and 05. RGB value is (47,192,5). Sum of RGB (Red+Green+Blue) = 47+192+5=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC005 is #D03FFA. Grayscale: #7F7F7F. Windows color (decimal): -13647867 or 376879. OLE color: 376879.

HSL color Cylindrical-coordinate representation of color #2FC005: hue angle of 106.52º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2FC005 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 192 5 -
CMYK 0.76 0 0.97 0.25
HSL 106.52º 0.95% 0.39% -
HSV(B) 106.52º 0.97% 0.75% -
XYZ 20.05 38.31 6.48 -
YUV 127.33 58.96 70.71 -
System Red Green Blue C M Y K H S L
Decimal 47 192 5 0.76 0 0.97 0.25 106.52 0.95 0.39
Hex 2F C0 5 4C 0 61 19 6B 5F 27
Octal 57 300 5 114 0 141 31 153 137 47
Binary 101111 11000000 101 1001100 0 1100001 11001 1101011 1011111 100111

Color Harmonies of #2FC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC005

Black with #2FC005

Text Example


Text Example

White with #2FC005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,192,5); }

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

background-color css

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

 a { background-color: rgb(47,192,5); }

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

border-color css

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

 span { border-color: rgb(47,192,5); }

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