Html Css Color HEX #18F125 Free Speech Green

📋 copy color: '#18F125'

red 24 ◦ green 241 ◦ blue 37

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

Shades of Free Speech Green #18F125

Tints of Free Speech Green #18F125

RGB

 RED value IS 24 (9.77% from 255) = 7.95%

 GREEN value IS 241 (94.53% from 255) = 79.8%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 7.95%
G = 79.8%
B = 12.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#18F125 (or 0x18F125) is known color: Free Speech Green. HEX triplet: 18, F1 and 25. RGB value is (24,241,37). Sum of RGB (Red+Green+Blue) = 24+241+37=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 241 (94.53% from 255 or 79.80% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 241 - color contains mainly: green. Hex color #18F125 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18F125 is #E70EDA. Grayscale: #999999. Windows color (decimal): -15142619 or 2486552. OLE color: 2486552.

HSL color Cylindrical-coordinate representation of color #18F125: hue angle of 123.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F125 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 241 37 -
CMYK 0.90 0 0.85 0.05
HSL 123.59º 0.89% 0.52% -
HSV(B) 123.59º 0.9% 0.95% -
XYZ 32.17 63.24 12.26 -
YUV 152.86 62.61 36.09 -
System Red Green Blue C M Y K H S L
Decimal 24 241 37 0.90 0 0.85 0.05 123.59 0.89 0.52
Hex 18 F1 25 5A 0 55 5 7C 59 34
Octal 30 361 45 132 0 125 5 174 131 64
Binary 11000 11110001 100101 1011010 0 1010101 101 1111100 1011001 110100

Color Harmonies of #18F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F125

Black with #18F125

Text Example


Text Example

White with #18F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18F125; }

 p { color: rgb(24,241,37); }

 H1.HeaderClassName
 {
   color: #18F125;
 }
 .AnyTagClassName
 {
   color: #18F125;
 }
</style>

background-color css

<style>
 a { background-color: #18F125; }

 a { background-color: rgb(24,241,37); }

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

border-color css

<style>
 span { border-color: #18F125; }

 span { border-color: rgb(24,241,37); }

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