Html Css Color HEX #05E11E Free Speech Green

📋 copy color: '#05E11E'

red 5 ◦ green 225 ◦ blue 30

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

Shades of Free Speech Green #05E11E

Tints of Free Speech Green #05E11E

RGB

 RED value IS 5 (2.34% from 255) = 1.92%

 GREEN value IS 225 (88.28% from 255) = 86.54%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 1.92%
G = 86.54%
B = 11.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#05E11E (or 0x05E11E) is known color: Free Speech Green. HEX triplet: 05, E1 and 1E. RGB value is (5,225,30). Sum of RGB (Red+Green+Blue) = 5+225+30=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 225 (88.28% from 255 or 86.54% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 225 - color contains mainly: green. Hex color #05E11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E11E is #FA1EE1. Grayscale: #898989. Windows color (decimal): -16391906 or 2023685. OLE color: 2023685.

HSL color Cylindrical-coordinate representation of color #05E11E: hue angle of 126.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E11E is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 225 30 -
CMYK 0.98 0 0.87 0.12
HSL 126.82º 0.96% 0.45% -
HSV(B) 126.82º 0.98% 0.88% -
XYZ 27.22 53.98 10.21 -
YUV 136.99 67.61 33.86 -
System Red Green Blue C M Y K H S L
Decimal 5 225 30 0.98 0 0.87 0.12 126.82 0.96 0.45
Hex 5 E1 1E 62 0 57 C 7F 60 2D
Octal 5 341 36 142 0 127 14 177 140 55
Binary 101 11100001 11110 1100010 0 1010111 1100 1111111 1100000 101101

Color Harmonies of #05E11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E11E

Black with #05E11E

Text Example


Text Example

White with #05E11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E11E; }

 p { color: rgb(5,225,30); }

 H1.HeaderClassName
 {
   color: #05E11E;
 }
 .AnyTagClassName
 {
   color: #05E11E;
 }
</style>

background-color css

<style>
 a { background-color: #05E11E; }

 a { background-color: rgb(5,225,30); }

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

border-color css

<style>
 span { border-color: #05E11E; }

 span { border-color: rgb(5,225,30); }

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