Html Css Color HEX #05EF1D Free Speech Green

📋 copy color: '#05EF1D'

red 5 ◦ green 239 ◦ blue 29

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

Shades of Free Speech Green #05EF1D

Tints of Free Speech Green #05EF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.62%

R = 1.83%
G = 87.55%
B = 10.62%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#05EF1D (or 0x05EF1D) is known color: Free Speech Green. HEX triplet: 05, EF and 1D. RGB value is (5,239,29). Sum of RGB (Red+Green+Blue) = 5+239+29=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 239 (93.75% from 255 or 87.55% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF1D is #FA10E2. Grayscale: #919191. Windows color (decimal): -16388323 or 1961733. OLE color: 1961733.

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

Color convert

RGB 5 239 29 -
CMYK 0.98 0 0.88 0.06
HSL 126.15º 0.96% 0.48% -
HSV(B) 126.15º 0.98% 0.94% -
XYZ 31.15 61.85 11.46 -
YUV 145.09 62.48 28.08 -
System Red Green Blue C M Y K H S L
Decimal 5 239 29 0.98 0 0.88 0.06 126.15 0.96 0.48
Hex 5 EF 1D 62 0 58 6 7E 60 30
Octal 5 357 35 142 0 130 6 176 140 60
Binary 101 11101111 11101 1100010 0 1011000 110 1111110 1100000 110000

Color Harmonies of #05EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EF1D

Black with #05EF1D

Text Example


Text Example

White with #05EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,239,29); }

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

background-color css

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

 a { background-color: rgb(5,239,29); }

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

border-color css

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

 span { border-color: rgb(5,239,29); }

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