Html Css Color HEX #CBF512 Electric Lime

📋 copy color: '#CBF512'

red 203 ◦ green 245 ◦ blue 18

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

Shades of Electric Lime #CBF512

Tints of Electric Lime #CBF512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.58%

 BLUE value IS 18 (7.42% from 255) = 3.86%

R = 43.56%
G = 52.58%
B = 3.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CBF512 (or 0xCBF512) is known color: Electric Lime. HEX triplet: CB, F5 and 12. RGB value is (203,245,18). Sum of RGB (Red+Green+Blue) = 203+245+18=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF512 is #340AED. Grayscale: #CFCFCF. Windows color (decimal): -3410670 or 1242571. OLE color: 1242571.

HSL color Cylindrical-coordinate representation of color #CBF512: hue angle of 71.1º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF512 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 18 -
CMYK 0.17 0 0.93 0.04
HSL 71.1º 0.92% 0.52% -
HSV(B) 71.1º 0.93% 0.96% -
XYZ 57.39 78.05 12.61 -
YUV 206.56 21.59 125.46 -
System Red Green Blue C M Y K H S L
Decimal 203 245 18 0.17 0 0.93 0.04 71.1 0.92 0.52
Hex CB F5 12 11 0 5D 4 47 5C 34
Octal 313 365 22 21 0 135 4 107 134 64
Binary 11001011 11110101 10010 10001 0 1011101 100 1000111 1011100 110100

Color Harmonies of #CBF512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF512

Black with #CBF512

Text Example


Text Example

White with #CBF512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF512; }

 p { color: rgb(203,245,18); }

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

background-color css

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

 a { background-color: rgb(203,245,18); }

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

border-color css

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

 span { border-color: rgb(203,245,18); }

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