Html Css Color HEX #CBF216 Electric Lime

📋 copy color: '#CBF216'

red 203 ◦ green 242 ◦ blue 22

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

Shades of Electric Lime #CBF216

Tints of Electric Lime #CBF216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.71%

R = 43.47%
G = 51.82%
B = 4.71%

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

#CBF216 (or 0xCBF216) is known color: Electric Lime. HEX triplet: CB, F2 and 16. RGB value is (203,242,22). Sum of RGB (Red+Green+Blue) = 203+242+22=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF216 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF216 is #340DE9. Grayscale: #CECECE. Windows color (decimal): -3411434 or 1503947. OLE color: 1503947.

HSL color Cylindrical-coordinate representation of color #CBF216: hue angle of 70.64º 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 #CBF216 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 22 -
CMYK 0.16 0 0.91 0.05
HSL 70.64º 0.89% 0.52% -
HSV(B) 70.64º 0.91% 0.95% -
XYZ 56.53 76.26 12.5 -
YUV 205.26 24.58 126.39 -
System Red Green Blue C M Y K H S L
Decimal 203 242 22 0.16 0 0.91 0.05 70.64 0.89 0.52
Hex CB F2 16 10 0 5B 5 47 59 34
Octal 313 362 26 20 0 133 5 107 131 64
Binary 11001011 11110010 10110 10000 0 1011011 101 1000111 1011001 110100

Color Harmonies of #CBF216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF216

Black with #CBF216

Text Example


Text Example

White with #CBF216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF216; }

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

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

background-color css

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

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

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

border-color css

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

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

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