Html Css Color HEX #2FFA25 Free Speech Green

📋 copy color: '#2FFA25'

red 47 ◦ green 250 ◦ blue 37

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

Shades of Free Speech Green #2FFA25

Tints of Free Speech Green #2FFA25

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.85%

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 14.07%
G = 74.85%
B = 11.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#2FFA25 (or 0x2FFA25) is known color: Free Speech Green. HEX triplet: 2F, FA and 25. RGB value is (47,250,37). Sum of RGB (Red+Green+Blue) = 47+250+37=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 250 (98.05% from 255 or 74.85% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA25 is #D005DA. Grayscale: #A5A5A5. Windows color (decimal): -13632987 or 2488879. OLE color: 2488879.

HSL color Cylindrical-coordinate representation of color #2FFA25: hue angle of 117.18º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2FFA25 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 250 37 -
CMYK 0.81 0 0.85 0.02
HSL 117.18º 0.96% 0.56% -
HSV(B) 117.18º 0.85% 0.98% -
XYZ 35.69 69.11 13.21 -
YUV 165.02 55.75 43.82 -
System Red Green Blue C M Y K H S L
Decimal 47 250 37 0.81 0 0.85 0.02 117.18 0.96 0.56
Hex 2F FA 25 51 0 55 2 75 60 38
Octal 57 372 45 121 0 125 2 165 140 70
Binary 101111 11111010 100101 1010001 0 1010101 10 1110101 1100000 111000

Color Harmonies of #2FFA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFA25

Black with #2FFA25

Text Example


Text Example

White with #2FFA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,250,37); }

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

background-color css

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

 a { background-color: rgb(47,250,37); }

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

border-color css

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

 span { border-color: rgb(47,250,37); }

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