Html Css Color HEX #30CF3A Lime Green

📋 copy color: '#30CF3A'

red 48 ◦ green 207 ◦ blue 58

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

Shades of Lime Green #30CF3A

Tints of Lime Green #30CF3A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 66.13%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 15.34%
G = 66.13%
B = 18.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#30CF3A (or 0x30CF3A) is known color: Lime Green. HEX triplet: 30, CF and 3A. RGB value is (48,207,58). Sum of RGB (Red+Green+Blue) = 48+207+58=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CF3A is #CF30C5. Grayscale: #8E8E8E. Windows color (decimal): -13578438 or 3854128. OLE color: 3854128.

HSL color Cylindrical-coordinate representation of color #30CF3A: hue angle of 123.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF3A is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 207 58 -
CMYK 0.77 0 0.72 0.19
HSL 123.77º 0.62% 0.5% -
HSV(B) 123.77º 0.77% 0.81% -
XYZ 24.3 45.56 11.52 -
YUV 142.47 80.32 60.62 -
System Red Green Blue C M Y K H S L
Decimal 48 207 58 0.77 0 0.72 0.19 123.77 0.62 0.5
Hex 30 CF 3A 4D 0 48 13 7C 3E 32
Octal 60 317 72 115 0 110 23 174 76 62
Binary 110000 11001111 111010 1001101 0 1001000 10011 1111100 111110 110010

Color Harmonies of #30CF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CF3A

Black with #30CF3A

Text Example


Text Example

White with #30CF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,207,58); }

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

background-color css

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

 a { background-color: rgb(48,207,58); }

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

border-color css

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

 span { border-color: rgb(48,207,58); }

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