Html Css Color HEX #28EF1F Free Speech Green

📋 copy color: '#28EF1F'

red 40 ◦ green 239 ◦ blue 31

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

Shades of Free Speech Green #28EF1F

Tints of Free Speech Green #28EF1F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 77.1%

 BLUE value IS 31 (12.5% from 255) = 10%

R = 12.9%
G = 77.1%
B = 10%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#28EF1F (or 0x28EF1F) is known color: Free Speech Green. HEX triplet: 28, EF and 1F. RGB value is (40,239,31). Sum of RGB (Red+Green+Blue) = 40+239+31=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 239 (93.75% from 255 or 77.10% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF1F is #D710E0. Grayscale: #9C9C9C. Windows color (decimal): -14094561 or 2092840. OLE color: 2092840.

HSL color Cylindrical-coordinate representation of color #28EF1F: hue angle of 117.4º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28EF1F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 239 31 -
CMYK 0.83 0 0.87 0.06
HSL 117.4º 0.87% 0.53% -
HSV(B) 117.4º 0.87% 0.94% -
XYZ 31.99 62.28 11.63 -
YUV 155.79 57.57 45.41 -
System Red Green Blue C M Y K H S L
Decimal 40 239 31 0.83 0 0.87 0.06 117.4 0.87 0.53
Hex 28 EF 1F 53 0 57 6 75 57 35
Octal 50 357 37 123 0 127 6 165 127 65
Binary 101000 11101111 11111 1010011 0 1010111 110 1110101 1010111 110101

Color Harmonies of #28EF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EF1F

Black with #28EF1F

Text Example


Text Example

White with #28EF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,239,31); }

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

background-color css

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

 a { background-color: rgb(40,239,31); }

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

border-color css

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

 span { border-color: rgb(40,239,31); }

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