Html Css Color HEX #2FB80A Kelly Green

📋 copy color: '#2FB80A'

red 47 ◦ green 184 ◦ blue 10

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

Shades of Kelly Green #2FB80A

Tints of Kelly Green #2FB80A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 76.35%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 19.5%
G = 76.35%
B = 4.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#2FB80A (or 0x2FB80A) is known color: Kelly Green. HEX triplet: 2F, B8 and 0A. RGB value is (47,184,10). Sum of RGB (Red+Green+Blue) = 47+184+10=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB80A is #D047F5. Grayscale: #7B7B7B. Windows color (decimal): -13649910 or 702511. OLE color: 702511.

HSL color Cylindrical-coordinate representation of color #2FB80A: hue angle of 107.24º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2FB80A is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 10 -
CMYK 0.74 0 0.95 0.28
HSL 107.24º 0.9% 0.38% -
HSV(B) 107.24º 0.95% 0.72% -
XYZ 18.37 34.91 6.06 -
YUV 123.2 64.11 73.65 -
System Red Green Blue C M Y K H S L
Decimal 47 184 10 0.74 0 0.95 0.28 107.24 0.9 0.38
Hex 2F B8 A 4A 0 5F 1C 6B 5A 26
Octal 57 270 12 112 0 137 34 153 132 46
Binary 101111 10111000 1010 1001010 0 1011111 11100 1101011 1011010 100110

Color Harmonies of #2FB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB80A

Black with #2FB80A

Text Example


Text Example

White with #2FB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,10); }

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

background-color css

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

 a { background-color: rgb(47,184,10); }

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

border-color css

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

 span { border-color: rgb(47,184,10); }

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