Html Css Color HEX #30F827 Lime Green

📋 copy color: '#30F827'

red 48 ◦ green 248 ◦ blue 39

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

Shades of Lime Green #30F827

Tints of Lime Green #30F827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 14.33%
G = 74.03%
B = 11.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#30F827 (or 0x30F827) is known color: Lime Green. HEX triplet: 30, F8 and 27. RGB value is (48,248,39). Sum of RGB (Red+Green+Blue) = 48+248+39=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #30F827 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F827 is #CF07D8. Grayscale: #A5A5A5. Windows color (decimal): -13567961 or 2619440. OLE color: 2619440.

HSL color Cylindrical-coordinate representation of color #30F827: hue angle of 117.42º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30F827 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 248 39 -
CMYK 0.81 0 0.84 0.03
HSL 117.42º 0.94% 0.56% -
HSV(B) 117.42º 0.84% 0.97% -
XYZ 35.15 67.91 13.17 -
YUV 164.37 57.24 44.99 -
System Red Green Blue C M Y K H S L
Decimal 48 248 39 0.81 0 0.84 0.03 117.42 0.94 0.56
Hex 30 F8 27 51 0 54 3 75 5E 38
Octal 60 370 47 121 0 124 3 165 136 70
Binary 110000 11111000 100111 1010001 0 1010100 11 1110101 1011110 111000

Color Harmonies of #30F827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F827

Black with #30F827

Text Example


Text Example

White with #30F827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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