Html Css Color HEX #05EF2C Free Speech Green

📋 copy color: '#05EF2C'

red 5 ◦ green 239 ◦ blue 44

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

Shades of Free Speech Green #05EF2C

Tints of Free Speech Green #05EF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 1.74%
G = 82.99%
B = 15.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#05EF2C (or 0x05EF2C) is known color: Free Speech Green. HEX triplet: 05, EF and 2C. RGB value is (5,239,44). Sum of RGB (Red+Green+Blue) = 5+239+44=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 239 (93.75% from 255 or 82.99% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 239 - color contains mainly: green. Hex color #05EF2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EF2C is #FA10D3. Grayscale: #939393. Windows color (decimal): -16388308 or 2944773. OLE color: 2944773.

HSL color Cylindrical-coordinate representation of color #05EF2C: hue angle of 130º 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 #05EF2C is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 239 44 -
CMYK 0.98 0 0.82 0.06
HSL 130º 0.96% 0.48% -
HSV(B) 130º 0.98% 0.94% -
XYZ 31.38 61.95 12.69 -
YUV 146.8 69.98 26.86 -
System Red Green Blue C M Y K H S L
Decimal 5 239 44 0.98 0 0.82 0.06 130 0.96 0.48
Hex 5 EF 2C 62 0 52 6 82 60 30
Octal 5 357 54 142 0 122 6 202 140 60
Binary 101 11101111 101100 1100010 0 1010010 110 10000010 1100000 110000

Color Harmonies of #05EF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EF2C

Black with #05EF2C

Text Example


Text Example

White with #05EF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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