Html Css Color HEX #05EE2D Free Speech Green

📋 copy color: '#05EE2D'

red 5 ◦ green 238 ◦ blue 45

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

Shades of Free Speech Green #05EE2D

Tints of Free Speech Green #05EE2D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 82.64%

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 1.74%
G = 82.64%
B = 15.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#05EE2D (or 0x05EE2D) is known color: Free Speech Green. HEX triplet: 05, EE and 2D. RGB value is (5,238,45). Sum of RGB (Red+Green+Blue) = 5+238+45=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 238 (93.36% from 255 or 82.64% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EE2D is #FA11D2. Grayscale: #929292. Windows color (decimal): -16388563 or 3010053. OLE color: 3010053.

HSL color Cylindrical-coordinate representation of color #05EE2D: hue angle of 130.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EE2D is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 238 45 -
CMYK 0.98 0 0.81 0.07
HSL 130.3º 0.96% 0.48% -
HSV(B) 130.3º 0.98% 0.93% -
XYZ 31.11 61.37 12.69 -
YUV 146.33 70.81 27.19 -
System Red Green Blue C M Y K H S L
Decimal 5 238 45 0.98 0 0.81 0.07 130.3 0.96 0.48
Hex 5 EE 2D 62 0 51 7 82 60 30
Octal 5 356 55 142 0 121 7 202 140 60
Binary 101 11101110 101101 1100010 0 1010001 111 10000010 1100000 110000

Color Harmonies of #05EE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EE2D

Black with #05EE2D

Text Example


Text Example

White with #05EE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,238,45); }

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

background-color css

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

 a { background-color: rgb(5,238,45); }

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

border-color css

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

 span { border-color: rgb(5,238,45); }

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