Html Css Color HEX #03EF2D Free Speech Green

📋 copy color: '#03EF2D'

red 3 ◦ green 239 ◦ blue 45

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

Shades of Free Speech Green #03EF2D

Tints of Free Speech Green #03EF2D

RGB

 RED value IS 3 (1.56% from 255) = 1.05%

 GREEN value IS 239 (93.75% from 255) = 83.28%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 1.05%
G = 83.28%
B = 15.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#03EF2D (or 0x03EF2D) is known color: Free Speech Green. HEX triplet: 03, EF and 2D. RGB value is (3,239,45). Sum of RGB (Red+Green+Blue) = 3+239+45=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 239 (93.75% from 255 or 83.28% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF2D is #FC10D2. Grayscale: #929292. Windows color (decimal): -16519379 or 3010307. OLE color: 3010307.

HSL color Cylindrical-coordinate representation of color #03EF2D: hue angle of 130.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF2D is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 239 45 -
CMYK 0.99 0 0.81 0.06
HSL 130.68º 0.98% 0.47% -
HSV(B) 130.68º 0.99% 0.94% -
XYZ 31.38 61.94 12.78 -
YUV 146.32 70.81 25.77 -
System Red Green Blue C M Y K H S L
Decimal 3 239 45 0.99 0 0.81 0.06 130.68 0.98 0.47
Hex 3 EF 2D 63 0 51 6 83 62 2F
Octal 3 357 55 143 0 121 6 203 142 57
Binary 11 11101111 101101 1100011 0 1010001 110 10000011 1100010 101111

Color Harmonies of #03EF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EF2D

Black with #03EF2D

Text Example


Text Example

White with #03EF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EF2D; }

 p { color: rgb(3,239,45); }

 H1.HeaderClassName
 {
   color: #03EF2D;
 }
 .AnyTagClassName
 {
   color: #03EF2D;
 }
</style>

background-color css

<style>
 a { background-color: #03EF2D; }

 a { background-color: rgb(3,239,45); }

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

border-color css

<style>
 span { border-color: #03EF2D; }

 span { border-color: rgb(3,239,45); }

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