Html Css Color HEX #CBF215 Electric Lime

📋 copy color: '#CBF215'

red 203 ◦ green 242 ◦ blue 21

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

Shades of Electric Lime #CBF215

Tints of Electric Lime #CBF215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

 BLUE value IS 21 (8.59% from 255) = 4.51%

R = 43.56%
G = 51.93%
B = 4.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CBF215 (or 0xCBF215) is known color: Electric Lime. HEX triplet: CB, F2 and 15. RGB value is (203,242,21). Sum of RGB (Red+Green+Blue) = 203+242+21=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF215 is #340DEA. Grayscale: #CDCDCD. Windows color (decimal): -3411435 or 1438411. OLE color: 1438411.

HSL color Cylindrical-coordinate representation of color #CBF215: hue angle of 70.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF215 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 21 -
CMYK 0.16 0 0.91 0.05
HSL 70.59º 0.89% 0.52% -
HSV(B) 70.59º 0.91% 0.95% -
XYZ 56.52 76.25 12.45 -
YUV 205.15 24.08 126.47 -
System Red Green Blue C M Y K H S L
Decimal 203 242 21 0.16 0 0.91 0.05 70.59 0.89 0.52
Hex CB F2 15 10 0 5B 5 47 59 34
Octal 313 362 25 20 0 133 5 107 131 64
Binary 11001011 11110010 10101 10000 0 1011011 101 1000111 1011001 110100

Color Harmonies of #CBF215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF215

Black with #CBF215

Text Example


Text Example

White with #CBF215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF215; }

 p { color: rgb(203,242,21); }

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

background-color css

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

 a { background-color: rgb(203,242,21); }

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

border-color css

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

 span { border-color: rgb(203,242,21); }

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