Html Css Color HEX #1DEE30 Free Speech Green

📋 copy color: '#1DEE30'

red 29 ◦ green 238 ◦ blue 48

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

Shades of Free Speech Green #1DEE30

Tints of Free Speech Green #1DEE30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 9.21%
G = 75.56%
B = 15.24%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#1DEE30 (or 0x1DEE30) is known color: Free Speech Green. HEX triplet: 1D, EE and 30. RGB value is (29,238,48). Sum of RGB (Red+Green+Blue) = 29+238+48=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 238 (93.36% from 255 or 75.56% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE30 is #E211CF. Grayscale: #9A9A9A. Windows color (decimal): -14815696 or 3206685. OLE color: 3206685.

HSL color Cylindrical-coordinate representation of color #1DEE30: hue angle of 125.45º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEE30 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 238 48 -
CMYK 0.88 0 0.80 0.07
HSL 125.45º 0.86% 0.52% -
HSV(B) 125.45º 0.88% 0.93% -
XYZ 31.61 61.62 13.02 -
YUV 153.85 68.26 38.95 -
System Red Green Blue C M Y K H S L
Decimal 29 238 48 0.88 0 0.80 0.07 125.45 0.86 0.52
Hex 1D EE 30 58 0 50 7 7D 56 34
Octal 35 356 60 130 0 120 7 175 126 64
Binary 11101 11101110 110000 1011000 0 1010000 111 1111101 1010110 110100

Color Harmonies of #1DEE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEE30

Black with #1DEE30

Text Example


Text Example

White with #1DEE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,238,48); }

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

background-color css

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

 a { background-color: rgb(29,238,48); }

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

border-color css

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

 span { border-color: rgb(29,238,48); }

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