Html Css Color HEX #2BCF35 Lime Green

📋 copy color: '#2BCF35'

red 43 ◦ green 207 ◦ blue 53

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

Shades of Lime Green #2BCF35

Tints of Lime Green #2BCF35

RGB

 RED value IS 43 (17.19% from 255) = 14.19%

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 14.19%
G = 68.32%
B = 17.49%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#2BCF35 (or 0x2BCF35) is known color: Lime Green. HEX triplet: 2B, CF and 35. RGB value is (43,207,53). Sum of RGB (Red+Green+Blue) = 43+207+53=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 207 (81.25% from 255 or 68.32% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BCF35 is #D430CA. Grayscale: #8C8C8C. Windows color (decimal): -13906123 or 3526443. OLE color: 3526443.

HSL color Cylindrical-coordinate representation of color #2BCF35: hue angle of 123.66º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCF35 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 207 53 -
CMYK 0.79 0 0.74 0.19
HSL 123.66º 0.66% 0.49% -
HSV(B) 123.66º 0.79% 0.81% -
XYZ 23.95 45.4 10.87 -
YUV 140.41 78.67 58.52 -
System Red Green Blue C M Y K H S L
Decimal 43 207 53 0.79 0 0.74 0.19 123.66 0.66 0.49
Hex 2B CF 35 4F 0 4A 13 7C 42 31
Octal 53 317 65 117 0 112 23 174 102 61
Binary 101011 11001111 110101 1001111 0 1001010 10011 1111100 1000010 110001

Color Harmonies of #2BCF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCF35

Black with #2BCF35

Text Example


Text Example

White with #2BCF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BCF35; }

 p { color: rgb(43,207,53); }

 H1.HeaderClassName
 {
   color: #2BCF35;
 }
 .AnyTagClassName
 {
   color: #2BCF35;
 }
</style>

background-color css

<style>
 a { background-color: #2BCF35; }

 a { background-color: rgb(43,207,53); }

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

border-color css

<style>
 span { border-color: #2BCF35; }

 span { border-color: rgb(43,207,53); }

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