Html Css Color HEX #0DEA30 Free Speech Green

📋 copy color: '#0DEA30'

red 13 ◦ green 234 ◦ blue 48

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

Shades of Free Speech Green #0DEA30

Tints of Free Speech Green #0DEA30

RGB

 RED value IS 13 (5.47% from 255) = 4.41%

 GREEN value IS 234 (91.8% from 255) = 79.32%

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

R = 4.41%
G = 79.32%
B = 16.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#0DEA30 (or 0x0DEA30) is known color: Free Speech Green. HEX triplet: 0D, EA and 30. RGB value is (13,234,48). Sum of RGB (Red+Green+Blue) = 13+234+48=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 234 (91.80% from 255 or 79.32% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA30 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DEA30 is #F215CF. Grayscale: #939393. Windows color (decimal): -15865296 or 3205645. OLE color: 3205645.

HSL color Cylindrical-coordinate representation of color #0DEA30: hue angle of 129.5º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA30 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 234 48 -
CMYK 0.94 0 0.79 0.08
HSL 129.5º 0.89% 0.48% -
HSV(B) 129.5º 0.94% 0.92% -
XYZ 30.12 59.14 12.62 -
YUV 146.72 72.28 32.62 -
System Red Green Blue C M Y K H S L
Decimal 13 234 48 0.94 0 0.79 0.08 129.5 0.89 0.48
Hex D EA 30 5E 0 4F 8 82 59 30
Octal 15 352 60 136 0 117 10 202 131 60
Binary 1101 11101010 110000 1011110 0 1001111 1000 10000010 1011001 110000

Color Harmonies of #0DEA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEA30

Black with #0DEA30

Text Example


Text Example

White with #0DEA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DEA30; }

 p { color: rgb(13,234,48); }

 H1.HeaderClassName
 {
   color: #0DEA30;
 }
 .AnyTagClassName
 {
   color: #0DEA30;
 }
</style>

background-color css

<style>
 a { background-color: #0DEA30; }

 a { background-color: rgb(13,234,48); }

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

border-color css

<style>
 span { border-color: #0DEA30; }

 span { border-color: rgb(13,234,48); }

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