Html Css Color HEX #1BCA30 Lime Green

📋 copy color: '#1BCA30'

red 27 ◦ green 202 ◦ blue 48

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

Shades of Lime Green #1BCA30

Tints of Lime Green #1BCA30

RGB

 RED value IS 27 (10.94% from 255) = 9.75%

 GREEN value IS 202 (79.3% from 255) = 72.92%

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

R = 9.75%
G = 72.92%
B = 17.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#1BCA30 (or 0x1BCA30) is known color: Lime Green. HEX triplet: 1B, CA and 30. RGB value is (27,202,48). Sum of RGB (Red+Green+Blue) = 27+202+48=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 202 (79.30% from 255 or 72.92% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCA30 is #E435CF. Grayscale: #848484. Windows color (decimal): -14955984 or 3197467. OLE color: 3197467.

HSL color Cylindrical-coordinate representation of color #1BCA30: hue angle of 127.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCA30 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 202 48 -
CMYK 0.87 0 0.76 0.21
HSL 127.2º 0.76% 0.45% -
HSV(B) 127.2º 0.87% 0.79% -
XYZ 22.11 42.69 9.87 -
YUV 132.12 80.52 53.02 -
System Red Green Blue C M Y K H S L
Decimal 27 202 48 0.87 0 0.76 0.21 127.2 0.76 0.45
Hex 1B CA 30 57 0 4C 15 7F 4C 2D
Octal 33 312 60 127 0 114 25 177 114 55
Binary 11011 11001010 110000 1010111 0 1001100 10101 1111111 1001100 101101

Color Harmonies of #1BCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCA30

Black with #1BCA30

Text Example


Text Example

White with #1BCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BCA30; }

 p { color: rgb(27,202,48); }

 H1.HeaderClassName
 {
   color: #1BCA30;
 }
 .AnyTagClassName
 {
   color: #1BCA30;
 }
</style>

background-color css

<style>
 a { background-color: #1BCA30; }

 a { background-color: rgb(27,202,48); }

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

border-color css

<style>
 span { border-color: #1BCA30; }

 span { border-color: rgb(27,202,48); }

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