Html Css Color HEX #1DE31E Free Speech Green

📋 copy color: '#1DE31E'

red 29 ◦ green 227 ◦ blue 30

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

Shades of Free Speech Green #1DE31E

Tints of Free Speech Green #1DE31E

RGB

 RED value IS 29 (11.72% from 255) = 10.14%

 GREEN value IS 227 (89.06% from 255) = 79.37%

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

R = 10.14%
G = 79.37%
B = 10.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#1DE31E (or 0x1DE31E) is known color: Free Speech Green. HEX triplet: 1D, E3 and 1E. RGB value is (29,227,30). Sum of RGB (Red+Green+Blue) = 29+227+30=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 227 (89.06% from 255 or 79.37% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 227 - color contains mainly: green. Hex color #1DE31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE31E is #E21CE1. Grayscale: #919191. Windows color (decimal): -14818530 or 2024221. OLE color: 2024221.

HSL color Cylindrical-coordinate representation of color #1DE31E: hue angle of 120.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE31E is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 29 227 30 -
CMYK 0.87 0 0.87 0.11
HSL 120.3º 0.78% 0.5% -
HSV(B) 120.3º 0.87% 0.89% -
XYZ 28.21 55.29 10.41 -
YUV 145.34 62.9 45.02 -
System Red Green Blue C M Y K H S L
Decimal 29 227 30 0.87 0 0.87 0.11 120.3 0.78 0.5
Hex 1D E3 1E 57 0 57 B 78 4E 32
Octal 35 343 36 127 0 127 13 170 116 62
Binary 11101 11100011 11110 1010111 0 1010111 1011 1111000 1001110 110010

Color Harmonies of #1DE31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE31E

Black with #1DE31E

Text Example


Text Example

White with #1DE31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DE31E; }

 p { color: rgb(29,227,30); }

 H1.HeaderClassName
 {
   color: #1DE31E;
 }
 .AnyTagClassName
 {
   color: #1DE31E;
 }
</style>

background-color css

<style>
 a { background-color: #1DE31E; }

 a { background-color: rgb(29,227,30); }

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

border-color css

<style>
 span { border-color: #1DE31E; }

 span { border-color: rgb(29,227,30); }

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