Html Css Color HEX #06ED28 Free Speech Green

📋 copy color: '#06ED28'

red 6 ◦ green 237 ◦ blue 40

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

Shades of Free Speech Green #06ED28

Tints of Free Speech Green #06ED28

RGB

 RED value IS 6 (2.73% from 255) = 2.12%

 GREEN value IS 237 (92.97% from 255) = 83.75%

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

R = 2.12%
G = 83.75%
B = 14.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#06ED28 (or 0x06ED28) is known color: Free Speech Green. HEX triplet: 06, ED and 28. RGB value is (6,237,40). Sum of RGB (Red+Green+Blue) = 6+237+40=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 237 (92.97% from 255 or 83.75% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 237 - color contains mainly: green. Hex color #06ED28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06ED28 is #F912D7. Grayscale: #929292. Windows color (decimal): -16323288 or 2682118. OLE color: 2682118.

HSL color Cylindrical-coordinate representation of color #06ED28: hue angle of 128.83º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ED28 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 237 40 -
CMYK 0.97 0 0.83 0.07
HSL 128.83º 0.95% 0.48% -
HSV(B) 128.83º 0.97% 0.93% -
XYZ 30.74 60.76 12.12 -
YUV 145.47 68.47 28.52 -
System Red Green Blue C M Y K H S L
Decimal 6 237 40 0.97 0 0.83 0.07 128.83 0.95 0.48
Hex 6 ED 28 61 0 53 7 81 5F 30
Octal 6 355 50 141 0 123 7 201 137 60
Binary 110 11101101 101000 1100001 0 1010011 111 10000001 1011111 110000

Color Harmonies of #06ED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ED28

Black with #06ED28

Text Example


Text Example

White with #06ED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06ED28; }

 p { color: rgb(6,237,40); }

 H1.HeaderClassName
 {
   color: #06ED28;
 }
 .AnyTagClassName
 {
   color: #06ED28;
 }
</style>

background-color css

<style>
 a { background-color: #06ED28; }

 a { background-color: rgb(6,237,40); }

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

border-color css

<style>
 span { border-color: #06ED28; }

 span { border-color: rgb(6,237,40); }

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