Html Css Color HEX #25F20B Free Speech Green

📋 copy color: '#25F20B'

red 37 ◦ green 242 ◦ blue 11

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

Shades of Free Speech Green #25F20B

Tints of Free Speech Green #25F20B

RGB

 RED value IS 37 (14.84% from 255) = 12.76%

 GREEN value IS 242 (94.92% from 255) = 83.45%

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 12.76%
G = 83.45%
B = 3.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#25F20B (or 0x25F20B) is known color: Free Speech Green. HEX triplet: 25, F2 and 0B. RGB value is (37,242,11). Sum of RGB (Red+Green+Blue) = 37+242+11=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 242 (94.92% from 255 or 83.45% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 242 - color contains mainly: green. Hex color #25F20B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F20B is #DA0DF4. Grayscale: #9B9B9B. Windows color (decimal): -14290421 or 782885. OLE color: 782885.

HSL color Cylindrical-coordinate representation of color #25F20B: hue angle of 113.25º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25F20B is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 242 11 -
CMYK 0.85 0 0.95 0.05
HSL 113.25º 0.91% 0.5% -
HSV(B) 113.25º 0.95% 0.95% -
XYZ 32.58 63.92 10.94 -
YUV 154.37 47.08 44.28 -
System Red Green Blue C M Y K H S L
Decimal 37 242 11 0.85 0 0.95 0.05 113.25 0.91 0.5
Hex 25 F2 B 55 0 5F 5 71 5B 32
Octal 45 362 13 125 0 137 5 161 133 62
Binary 100101 11110010 1011 1010101 0 1011111 101 1110001 1011011 110010

Color Harmonies of #25F20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25F20B

Black with #25F20B

Text Example


Text Example

White with #25F20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25F20B; }

 p { color: rgb(37,242,11); }

 H1.HeaderClassName
 {
   color: #25F20B;
 }
 .AnyTagClassName
 {
   color: #25F20B;
 }
</style>

background-color css

<style>
 a { background-color: #25F20B; }

 a { background-color: rgb(37,242,11); }

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

border-color css

<style>
 span { border-color: #25F20B; }

 span { border-color: rgb(37,242,11); }

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