Html Css Color HEX #2FB419 Kelly Green

📋 copy color: '#2FB419'

red 47 ◦ green 180 ◦ blue 25

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

Shades of Kelly Green #2FB419

Tints of Kelly Green #2FB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.43%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 18.65%
G = 71.43%
B = 9.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#2FB419 (or 0x2FB419) is known color: Kelly Green. HEX triplet: 2F, B4 and 19. RGB value is (47,180,25). Sum of RGB (Red+Green+Blue) = 47+180+25=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB419 is #D04BE6. Grayscale: #7B7B7B. Windows color (decimal): -13650919 or 1684527. OLE color: 1684527.

HSL color Cylindrical-coordinate representation of color #2FB419: hue angle of 111.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FB419 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 47 180 25 -
CMYK 0.74 0 0.86 0.29
HSL 111.48º 0.76% 0.4% -
HSV(B) 111.48º 0.86% 0.71% -
XYZ 17.67 33.32 6.42 -
YUV 122.56 72.94 74.1 -
System Red Green Blue C M Y K H S L
Decimal 47 180 25 0.74 0 0.86 0.29 111.48 0.76 0.4
Hex 2F B4 19 4A 0 56 1D 6F 4C 28
Octal 57 264 31 112 0 126 35 157 114 50
Binary 101111 10110100 11001 1001010 0 1010110 11101 1101111 1001100 101000

Color Harmonies of #2FB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB419

Black with #2FB419

Text Example


Text Example

White with #2FB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,180,25); }

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

background-color css

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

 a { background-color: rgb(47,180,25); }

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

border-color css

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

 span { border-color: rgb(47,180,25); }

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