Html Css Color HEX #30FD25 Harlequin

📋 copy color: '#30FD25'

red 48 ◦ green 253 ◦ blue 37

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

Shades of Harlequin #30FD25

Tints of Harlequin #30FD25

RGB

 RED value IS 48 (19.14% from 255) = 14.2%

 GREEN value IS 253 (99.22% from 255) = 74.85%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 14.2%
G = 74.85%
B = 10.95%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#30FD25 (or 0x30FD25) is known color: Harlequin. HEX triplet: 30, FD and 25. RGB value is (48,253,37). Sum of RGB (Red+Green+Blue) = 48+253+37=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #30FD25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FD25 is #CF02DA. Grayscale: #A7A7A7. Windows color (decimal): -13566683 or 2489648. OLE color: 2489648.

HSL color Cylindrical-coordinate representation of color #30FD25: hue angle of 116.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30FD25 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 253 37 -
CMYK 0.81 0 0.85 0.01
HSL 116.94º 0.98% 0.57% -
HSV(B) 116.94º 0.85% 0.99% -
XYZ 36.68 71.01 13.52 -
YUV 167.08 54.58 43.06 -
System Red Green Blue C M Y K H S L
Decimal 48 253 37 0.81 0 0.85 0.01 116.94 0.98 0.57
Hex 30 FD 25 51 0 55 1 75 62 39
Octal 60 375 45 121 0 125 1 165 142 71
Binary 110000 11111101 100101 1010001 0 1010101 1 1110101 1100010 111001

Color Harmonies of #30FD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FD25

Black with #30FD25

Text Example


Text Example

White with #30FD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30FD25; }

 p { color: rgb(48,253,37); }

 H1.HeaderClassName
 {
   color: #30FD25;
 }
 .AnyTagClassName
 {
   color: #30FD25;
 }
</style>

background-color css

<style>
 a { background-color: #30FD25; }

 a { background-color: rgb(48,253,37); }

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

border-color css

<style>
 span { border-color: #30FD25; }

 span { border-color: rgb(48,253,37); }

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