Html Css Color HEX #00F830 Free Speech Green

📋 copy color: '#00F830'

red 0 ◦ green 248 ◦ blue 48

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

Shades of Free Speech Green #00F830

Tints of Free Speech Green #00F830

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 248 (97.27% from 255) = 83.78%

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

R = 0%
G = 83.78%
B = 16.22%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#00F830 (or 0x00F830) is known color: Free Speech Green. HEX triplet: 00, F8 and 30. RGB value is (0,248,48). Sum of RGB (Red+Green+Blue) = 0+248+48=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 248 (97.27% from 255 or 83.78% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 248 - color contains mainly: green. Hex color #00F830 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F830 is #FF07CF. Grayscale: #979797. Windows color (decimal): -16713680 or 3209216. OLE color: 3209216.

HSL color Cylindrical-coordinate representation of color #00F830: hue angle of 131.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F830 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 248 48 -
CMYK 1 0 0.81 0.03
HSL 131.61º 1% 0.49% -
HSV(B) 131.61º 1% 0.97% -
XYZ 34.1 67.35 14 -
YUV 151.05 69.84 20.26 -
System Red Green Blue C M Y K H S L
Decimal 0 248 48 1 0 0.81 0.03 131.61 1 0.49
Hex 0 F8 30 64 0 51 3 84 64 31
Octal 0 370 60 144 0 121 3 204 144 61
Binary 0 11111000 110000 1100100 0 1010001 11 10000100 1100100 110001

Color Harmonies of #00F830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F830

Black with #00F830

Text Example


Text Example

White with #00F830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F830; }

 p { color: rgb(0,248,48); }

 H1.HeaderClassName
 {
   color: #00F830;
 }
 .AnyTagClassName
 {
   color: #00F830;
 }
</style>

background-color css

<style>
 a { background-color: #00F830; }

 a { background-color: rgb(0,248,48); }

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

border-color css

<style>
 span { border-color: #00F830; }

 span { border-color: rgb(0,248,48); }

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