Html Css Color HEX #0EFD1D Free Speech Green

📋 copy color: '#0EFD1D'

red 14 ◦ green 253 ◦ blue 29

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

Shades of Free Speech Green #0EFD1D

Tints of Free Speech Green #0EFD1D

RGB

 RED value IS 14 (5.86% from 255) = 4.73%

 GREEN value IS 253 (99.22% from 255) = 85.47%

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

R = 4.73%
G = 85.47%
B = 9.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#0EFD1D (or 0x0EFD1D) is known color: Free Speech Green. HEX triplet: 0E, FD and 1D. RGB value is (14,253,29). Sum of RGB (Red+Green+Blue) = 14+253+29=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 253 (99.22% from 255 or 85.47% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFD1D is #F102E2. Grayscale: #9C9C9C. Windows color (decimal): -15794915 or 1965326. OLE color: 1965326.

HSL color Cylindrical-coordinate representation of color #0EFD1D: hue angle of 123.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD1D is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 29 -
CMYK 0.94 0 0.89 0.01
HSL 123.77º 0.98% 0.52% -
HSV(B) 123.77º 0.94% 0.99% -
XYZ 35.53 70.43 12.88 -
YUV 156 56.32 26.71 -
System Red Green Blue C M Y K H S L
Decimal 14 253 29 0.94 0 0.89 0.01 123.77 0.98 0.52
Hex E FD 1D 5E 0 59 1 7C 62 34
Octal 16 375 35 136 0 131 1 174 142 64
Binary 1110 11111101 11101 1011110 0 1011001 1 1111100 1100010 110100

Color Harmonies of #0EFD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD1D

Black with #0EFD1D

Text Example


Text Example

White with #0EFD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EFD1D; }

 p { color: rgb(14,253,29); }

 H1.HeaderClassName
 {
   color: #0EFD1D;
 }
 .AnyTagClassName
 {
   color: #0EFD1D;
 }
</style>

background-color css

<style>
 a { background-color: #0EFD1D; }

 a { background-color: rgb(14,253,29); }

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

border-color css

<style>
 span { border-color: #0EFD1D; }

 span { border-color: rgb(14,253,29); }

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