Html Css Color HEX #28E40F Free Speech Green

📋 copy color: '#28E40F'

red 40 ◦ green 228 ◦ blue 15

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

Shades of Free Speech Green #28E40F

Tints of Free Speech Green #28E40F

RGB

 RED value IS 40 (16.02% from 255) = 14.13%

 GREEN value IS 228 (89.45% from 255) = 80.57%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 14.13%
G = 80.57%
B = 5.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#28E40F (or 0x28E40F) is known color: Free Speech Green. HEX triplet: 28, E4 and 0F. RGB value is (40,228,15). Sum of RGB (Red+Green+Blue) = 40+228+15=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 228 (89.45% from 255 or 80.57% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 228 - color contains mainly: green. Hex color #28E40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E40F is #D71BF0. Grayscale: #949494. Windows color (decimal): -14097393 or 1041448. OLE color: 1041448.

HSL color Cylindrical-coordinate representation of color #28E40F: hue angle of 112.96º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28E40F is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 228 15 -
CMYK 0.82 0 0.93 0.11
HSL 112.96º 0.88% 0.48% -
HSV(B) 112.96º 0.93% 0.89% -
XYZ 28.7 55.97 9.74 -
YUV 147.51 53.22 51.32 -
System Red Green Blue C M Y K H S L
Decimal 40 228 15 0.82 0 0.93 0.11 112.96 0.88 0.48
Hex 28 E4 F 52 0 5D B 71 58 30
Octal 50 344 17 122 0 135 13 161 130 60
Binary 101000 11100100 1111 1010010 0 1011101 1011 1110001 1011000 110000

Color Harmonies of #28E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28E40F

Black with #28E40F

Text Example


Text Example

White with #28E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28E40F; }

 p { color: rgb(40,228,15); }

 H1.HeaderClassName
 {
   color: #28E40F;
 }
 .AnyTagClassName
 {
   color: #28E40F;
 }
</style>

background-color css

<style>
 a { background-color: #28E40F; }

 a { background-color: rgb(40,228,15); }

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

border-color css

<style>
 span { border-color: #28E40F; }

 span { border-color: rgb(40,228,15); }

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