Html Css Color HEX #2FAF10 Kelly Green

📋 copy color: '#2FAF10'

red 47 ◦ green 175 ◦ blue 16

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

Shades of Kelly Green #2FAF10

Tints of Kelly Green #2FAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 73.53%

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 19.75%
G = 73.53%
B = 6.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#2FAF10 (or 0x2FAF10) is known color: Kelly Green. HEX triplet: 2F, AF and 10. RGB value is (47,175,16). Sum of RGB (Red+Green+Blue) = 47+175+16=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 175 (68.75% from 255 or 73.53% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAF10 is #D050EF. Grayscale: #777777. Windows color (decimal): -13652208 or 1093423. OLE color: 1093423.

HSL color Cylindrical-coordinate representation of color #2FAF10: hue angle of 108.3º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FAF10 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 16 -
CMYK 0.73 0 0.91 0.31
HSL 108.3º 0.83% 0.37% -
HSV(B) 108.3º 0.91% 0.69% -
XYZ 16.6 31.3 5.66 -
YUV 118.6 70.09 76.93 -
System Red Green Blue C M Y K H S L
Decimal 47 175 16 0.73 0 0.91 0.31 108.3 0.83 0.37
Hex 2F AF 10 49 0 5B 1F 6C 53 25
Octal 57 257 20 111 0 133 37 154 123 45
Binary 101111 10101111 10000 1001001 0 1011011 11111 1101100 1010011 100101

Color Harmonies of #2FAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF10

Black with #2FAF10

Text Example


Text Example

White with #2FAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,16); }

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

background-color css

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

 a { background-color: rgb(47,175,16); }

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

border-color css

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

 span { border-color: rgb(47,175,16); }

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