Html Css Color HEX #CBF91C Electric Lime

📋 copy color: '#CBF91C'

red 203 ◦ green 249 ◦ blue 28

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

Shades of Electric Lime #CBF91C

Tints of Electric Lime #CBF91C

RGB

 RED value IS 203 (79.69% from 255) = 42.29%

 GREEN value IS 249 (97.66% from 255) = 51.88%

 BLUE value IS 28 (11.33% from 255) = 5.83%

R = 42.29%
G = 51.88%
B = 5.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#CBF91C (or 0xCBF91C) is known color: Electric Lime. HEX triplet: CB, F9 and 1C. RGB value is (203,249,28). Sum of RGB (Red+Green+Blue) = 203+249+28=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF91C is #3406E3. Grayscale: #D2D2D2. Windows color (decimal): -3409636 or 1898955. OLE color: 1898955.

HSL color Cylindrical-coordinate representation of color #CBF91C: hue angle of 72.49º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF91C is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 28 -
CMYK 0.18 0 0.89 0.02
HSL 72.49º 0.95% 0.54% -
HSV(B) 72.49º 0.89% 0.98% -
XYZ 58.71 80.53 13.55 -
YUV 210.05 25.26 122.97 -
System Red Green Blue C M Y K H S L
Decimal 203 249 28 0.18 0 0.89 0.02 72.49 0.95 0.54
Hex CB F9 1C 12 0 59 2 48 5F 36
Octal 313 371 34 22 0 131 2 110 137 66
Binary 11001011 11111001 11100 10010 0 1011001 10 1001000 1011111 110110

Color Harmonies of #CBF91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF91C

Black with #CBF91C

Text Example


Text Example

White with #CBF91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF91C; }

 p { color: rgb(203,249,28); }

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

background-color css

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

 a { background-color: rgb(203,249,28); }

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

border-color css

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

 span { border-color: rgb(203,249,28); }

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