Html Css Color HEX #00E930 Free Speech Green

📋 copy color: '#00E930'

red 0 ◦ green 233 ◦ blue 48

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

Shades of Free Speech Green #00E930

Tints of Free Speech Green #00E930

RGB

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

 GREEN value IS 233 (91.41% from 255) = 82.92%

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

R = 0%
G = 82.92%
B = 17.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#00E930 (or 0x00E930) is known color: Free Speech Green. HEX triplet: 00, E9 and 30. RGB value is (0,233,48). Sum of RGB (Red+Green+Blue) = 0+233+48=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 233 (91.41% from 255 or 82.92% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 233 - color contains mainly: green. Hex color #00E930 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00E930 is #FF16CF. Grayscale: #8E8E8E. Windows color (decimal): -16717520 or 3205376. OLE color: 3205376.

HSL color Cylindrical-coordinate representation of color #00E930: hue angle of 132.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E930 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 0 233 48 -
CMYK 1 0 0.79 0.09
HSL 132.36º 1% 0.46% -
HSV(B) 132.36º 1% 0.91% -
XYZ 29.67 58.49 12.52 -
YUV 142.24 74.81 26.54 -
System Red Green Blue C M Y K H S L
Decimal 0 233 48 1 0 0.79 0.09 132.36 1 0.46
Hex 0 E9 30 64 0 4F 9 84 64 2E
Octal 0 351 60 144 0 117 11 204 144 56
Binary 0 11101001 110000 1100100 0 1001111 1001 10000100 1100100 101110

Color Harmonies of #00E930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E930

Black with #00E930

Text Example


Text Example

White with #00E930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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